Mentions légales du service

Skip to content
Snippets Groups Projects
Commit edea5eda authored by DILER Lior's avatar DILER Lior
Browse files

Update .gitlab-ci.yml file

parent a0ec7c29
No related branches found
No related tags found
No related merge requests found
Pipeline #601297 passed
......@@ -11,7 +11,7 @@ run tests:
CI_IMAGE_NAME: "webhook-manager-tests"
script:
- docker build -t "$CI_IMAGE_NAME:$CI_COMMIT_SHORT_SHA" -f $DOCKERFILE_PATH .
- docker run "$CI_IMAGE_NAME:$CI_COMMIT_SHORT_SHA" -e TWITTER_CONSUMER_SECRET=${TWITTER_CONSUMER_SECRET} -e TWITTERPORT=${TWITTERPORT}
- docker run -e TWITTER_CONSUMER_SECRET=${TWITTER_CONSUMER_SECRET} -e TWITTERPORT=${TWITTERPORT} "$CI_IMAGE_NAME:$CI_COMMIT_SHORT_SHA"
rules:
- if: '$CI_COMMIT_BRANCH == "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