From 68184c6e00f7f496291b706ad189b60fce1748b0 Mon Sep 17 00:00:00 2001 From: Blair Vanderlugt Date: Tue, 7 Sep 2021 20:06:51 -0700 Subject: [PATCH] fix: sbot path hack...sbot needs a better execution path and git needs to be installed in the build image --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 79a640a..9e023e8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,9 +20,10 @@ variables: DOCKER_BUILDKIT: "1" COMPOSE_DOCKER_CLI_BUILD: "1" CI_DEBUG_TRACE: "true" + SEMVERBOT_VERSION: "0.2.0" -before_script: - - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY + #before_script: + # - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY # runs on protected branches and pushes to repo build-push: