Skip to content
Snippets Groups Projects
Commit e44c029a authored by Alexander Diewald's avatar Alexander Diewald
Browse files

CI: Explicit path for calling docker (try)

parent fdff9db4
No related branches found
No related tags found
1 merge request!3Add build pipeline
......@@ -13,9 +13,7 @@ variables:
before_script:
- echo $PWD
- ifconfig
# - docker login -u gitlab-ci-token -p "$CI_JOB_TOKEN" "$CI_REGISTRY"
- /usr/bin/docker login -u gitlab-ci-token -p "$CI_JOB_TOKEN" "$CI_REGISTRY"
cache:
paths:
......@@ -25,7 +23,7 @@ cache:
build:
stage: build
before_script:
#- docker login -u gitlab-ci-token -p "$CI_JOB_TOKEN" "$CI_REGISTRY"
- /usr/bin/docker login -u gitlab-ci-token -p "$CI_JOB_TOKEN" "$CI_REGISTRY"
# Make Git submodules work
- which git || (apk --no-cache add git)
- git submodule sync --recursive
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment