Commit 4aed8e53 by chahir

see if CI_JOB_TOKEN the problem of authentication

parent 8681467c
Pipeline #531 failed in 0 seconds
...@@ -7,6 +7,7 @@ services: ...@@ -7,6 +7,7 @@ services:
# CI_DEBUG_TRACE: "true" # CI_DEBUG_TRACE: "true"
before_script: before_script:
-echo CI_JOB_TOKEN
- git config --global url."http://gitlab-ci-token:${CI_JOB_TOKEN}@labs.atlasvoyages.com/".insteadOf "git@labs.atlasvoyages.com:" - git config --global url."http://gitlab-ci-token:${CI_JOB_TOKEN}@labs.atlasvoyages.com/".insteadOf "git@labs.atlasvoyages.com:"
- docker info - docker info
- echo $CI_BUILD_REF - echo $CI_BUILD_REF
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment