Skip to content
Snippets Groups Projects
Verified Commit 2af9edd8 authored by Hugo Renard's avatar Hugo Renard
Browse files

debug ci

parent 476cfa89
No related branches found
No related tags found
No related merge requests found
Pipeline #1310 passed with stage
in 2 minutes and 21 seconds
#!/bin/bash
#!/bin/sh
DESTINATION="-t ${CONTAINER_REPOSITORY}:${CI_COMMIT_REF_SLUG}"
......
......@@ -9,9 +9,7 @@ publish:
before_script:
- mkdir ~/.docker
- cp $DOCKER_SECRET_CONFIG ~/.docker/config.json
script:
- ls -la .
- ${CI_PROJECT_DIR}/.ci/publish.sh
script: ./.ci/publish.sh
only:
- tags
- master
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