Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
7b2ab6a164
|
@@ -22,10 +22,7 @@ jobs:
|
|||||||
- name: Show config
|
- name: Show config
|
||||||
run: unset GITHUB_REPOSITORY_OWNER GITEA_TOKEN && env && build --config
|
run: unset GITHUB_REPOSITORY_OWNER GITEA_TOKEN && env && build --config
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
run: |
|
run: unset GITHUB_REPOSITORY_OWNER GITEA_TOKEN && build --verbose && push --verbose
|
||||||
unset GITHUB_REPOSITORY_OWNER GITEA_TOKEN
|
|
||||||
echo "GITEA_TOKEN after unset: '${GITEA_TOKEN:-unset}'"
|
|
||||||
build --verbose && push --verbose
|
|
||||||
|
|
||||||
deploy-prod:
|
deploy-prod:
|
||||||
needs: build
|
needs: build
|
||||||
|
|||||||
Reference in New Issue
Block a user