From bbc13fb03b46bf62ac116ffc053bd6efad438c98 Mon Sep 17 00:00:00 2001 From: Blair Vanderlugt Date: Tue, 7 Sep 2021 16:38:11 -0700 Subject: [PATCH] fix: add sbot to path --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 952ac6cc..e020d8f6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,7 +32,7 @@ build-push: #script: # - TAG=$CI_COMMIT_REF_SLUG-$CI_COMMIT_SHORT_SHA sh ./scripts/build-push.sh script: - - mkdir bin + - mkdir bin && echo "$(pwd)/bin" >> $PATH - curl -o bin/sbot -L https://github.com/restechnica/semverbot/releases/download/v$SEMVERBOT_VERSION/sbot-linux-amd64 - chmod +x bin/sbot - echo "RELEASE_VERSION=$(sbot predict version)"