Skip to content

Commit

Permalink
what
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdulrhmnGhanem committed Jun 29, 2023
1 parent d1315dc commit cd75acf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,10 @@ jobs:
GITEA_DEPLOY_IMAGE_TAG: ':${{ needs.get_version.outputs.gitea_sha }}'
shell: bash
run: |
echo "CYPRESS_GITEA_ADMIN_TOKEN=${scripts/pre_e2e.sh}" >> $GITHUB_ENV
token=$(scripts/pre_e2e.sh)
echo "$token"
echo "CYPRESS_GITEA_ADMIN_TOKEN=${token}" >> $GITHUB_ENV
cat $GITHUB_ENV
- name: e2e
timeout-minutes: 40
Expand Down

0 comments on commit cd75acf

Please sign in to comment.