upper case api_url
This commit is contained in:
parent
a68e472fea
commit
f4903247ca
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ pipeline:
|
||||||
- zip -r upload/OutbagServer.zip outbag_server/*
|
- zip -r upload/OutbagServer.zip outbag_server/*
|
||||||
- tar -czvf upload/OutbagServer.tar.gz outbag_server/*
|
- tar -czvf upload/OutbagServer.tar.gz outbag_server/*
|
||||||
- cp build/bin/* upload
|
- cp build/bin/* upload
|
||||||
- npx gitea-release "${{api_url}}" "$${GITEA_TOKEN}" "$${CI_REPO}" "$${CI_COMMIT_BRANCH}" "$${CI_COMMIT_TAG}" "upload" "$${CI_COMMIT_MESSAGE}"
|
- npx gitea-release "${{API_URL}}" "$${GITEA_TOKEN}" "$${CI_REPO}" "$${CI_COMMIT_BRANCH}" "$${CI_COMMIT_TAG}" "upload" "$${CI_COMMIT_MESSAGE}"
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
secrets: [ gitea_token, api_url ]
|
secrets: [ gitea_token, api_url ]
|
Loading…
Reference in a new issue