use /bin/sh instead of /usr/bin/sh and install curl

This commit is contained in:
Sumner Evans
2019-10-29 10:16:18 -06:00
parent 50e0632963
commit d58e44b17a
2 changed files with 3 additions and 3 deletions

View File

@@ -93,9 +93,9 @@ publish_release:
variables:
# Only verify the deploy if it's a version tag.
- $CI_COMMIT_TAG =~ /^[vt].*/
before_script:
- apk add curl
script:
- ls -lah ./cicd
- ls -lah ./cicd/publish-gitlab-release.sh
- ./cicd/publish-gitlab-release.sh
# Scheduled Jobs