Commit fdb9487f authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Corrige le .gitlab-ci.yml.

parent c7e3176b
No related merge requests found
Pipeline #13422 failed with stages
in 1 minute and 4 seconds
Showing with 1 addition and 1 deletion
+1 -1
...@@ -38,7 +38,7 @@ variables: ...@@ -38,7 +38,7 @@ variables:
- ssh-add -l -E md5 - ssh-add -l -E md5
- git config --global user.name "${GITLAB_USER_NAME}" - git config --global user.name "${GITLAB_USER_NAME}"
- git config --global user.email "${GITLAB_USER_EMAIL}" - git config --global user.email "${GITLAB_USER_EMAIL}"
script: bin/make-shim build ${BUILD_OPTS} configs/${CI_JOB_NAME}.yaml script: bin/make-shim ${BUILD_OPTS} configs/${CI_JOB_NAME}.yaml
after_script: after_script:
- rm -rf "$HOME/.ssh" - rm -rf "$HOME/.ssh"
cache: cache:
......
Supports Markdown
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