fix: sbot path hack...sbot needs a better execution path and git needs to be installed in the build image

This commit is contained in:
Blair Vanderlugt 2021-09-07 20:06:51 -07:00
parent 21c48a7a5f
commit 68184c6e00
1 changed files with 3 additions and 2 deletions

View File

@ -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: