Skip to content
Snippets Groups Projects
Commit 22384a32 authored by Bruno Burke's avatar Bruno Burke :hamburger:
Browse files

Update .gitlab-ci.yml

parent e1bd817b
No related branches found
No related tags found
No related merge requests found
Pipeline #2183 passed
......@@ -25,7 +25,7 @@ test1:
stage: test
script:
- docker pull $CONTAINER_TEST_IMAGE
- docker run -rm $CONTAINER_TEST_IMAGE lein test
- docker run --rm $CONTAINER_TEST_IMAGE lein test
#release-image:
# stage: release
......@@ -40,6 +40,6 @@ deploy:
stage: deploy
script:
- docker pull $CONTAINER_TEST_IMAGE
- docker run -rm --dns=$DNS_SERVER -e ARTIFACTORY_USER=$ARTIFACTORY_USER -e ARTIFACTORY_PASS=$ARTIFACTORY_PW -e ARTIFACTORY_URL=$ARTIFACTORY_DEPLOY_REPOSITORY $CONTAINER_TEST_IMAGE sh deploy.sh
- docker run --rm --dns=$DNS_SERVER -e ARTIFACTORY_USER=$ARTIFACTORY_USER -e ARTIFACTORY_PASS=$ARTIFACTORY_PW -e ARTIFACTORY_URL=$ARTIFACTORY_DEPLOY_REPOSITORY $CONTAINER_TEST_IMAGE sh deploy.sh
only:
- 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