Skip to content

Commit

Permalink
Merge pull request #3614 from davehunt/sauce-envs
Browse files Browse the repository at this point in the history
Match the Sauce Labs environment variable names to the Jenkins environment
  • Loading branch information
glogiotatidis committed Nov 30, 2015
2 parents 7ced908 + f0d22fa commit d8bd271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/jenkins/run_mcom_tests.sh
Expand Up @@ -2,4 +2,4 @@
DOCKER_REPOSITORY=${DOCKER_REPOSITORY:-mozorg/mcom-tests}

docker pull ${DOCKER_REPOSITORY}
docker run -v `pwd`/results/:/app/results -e BASE_URL=${BASE_URL} -e BUILD_TAG=${BUILD_TAG} -e SAUCELABS_USERNAME=${SAUCE_LABS_USERNAME} -e SAUCELABS_API_KEY=${SAUCE_LABS_API_KEY} ${DOCKER_REPOSITORY}
docker run -v `pwd`/results/:/app/results -e BASE_URL=${BASE_URL} -e BUILD_TAG=${BUILD_TAG} -e SAUCELABS_USERNAME=${SAUCELABS_USERNAME} -e SAUCELABS_API_KEY=${SAUCELABS_API_KEY} ${DOCKER_REPOSITORY}

0 comments on commit d8bd271

Please sign in to comment.