From f9518d01d74f9328b044fa85baaf7f7d19bd9048 Mon Sep 17 00:00:00 2001 From: Blair Vanderlugt Date: Tue, 7 Sep 2021 16:32:20 -0700 Subject: [PATCH] fix: yaml error --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5178d085..b52dc648 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,8 +35,6 @@ build-push: - 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)" - - echo "current version: $(sbot get version)" - - echo "next version: $RELEASE_VERSION" - sbot release version - sbot push version - TAG=RELEASE_VERSION sh ./scripts/build-push.sh