use /bin/sh instead of /usr/bin/sh and install curl
This commit is contained in:
@@ -93,9 +93,9 @@ publish_release:
|
|||||||
variables:
|
variables:
|
||||||
# Only verify the deploy if it's a version tag.
|
# Only verify the deploy if it's a version tag.
|
||||||
- $CI_COMMIT_TAG =~ /^[vt].*/
|
- $CI_COMMIT_TAG =~ /^[vt].*/
|
||||||
|
before_script:
|
||||||
|
- apk add curl
|
||||||
script:
|
script:
|
||||||
- ls -lah ./cicd
|
|
||||||
- ls -lah ./cicd/publish-gitlab-release.sh
|
|
||||||
- ./cicd/publish-gitlab-release.sh
|
- ./cicd/publish-gitlab-release.sh
|
||||||
|
|
||||||
# Scheduled Jobs
|
# Scheduled Jobs
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
#! /usr/bin/sh
|
#! /bin/sh
|
||||||
|
|
||||||
data="
|
data="
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user