run_tests.sh edited online with Bitbucket

This commit is contained in:
Christoph  Schabert 2022-03-18 15:30:55 +01:00
parent 485124c443
commit 3359e4c5e9

View File

@ -1,6 +1,6 @@
echo "${bamboo_nexus_password}" | docker login --username "${bamboo_nexus_user}" --password-stdin nexus.iqser.com:5001
docker build -f Dockerfile_tests -t pyinfra-tests:dev .
docker tag pyinfra-tests:dev push nexus.iqser.com:5001/red/pyinfra-tests:dev
docker tag pyinfra-tests:dev nexus.iqser.com:5001/red/pyinfra-tests:dev
docker push nexus.iqser.com:5001/red/pyinfra-tests:dev
source build_venv/bin/activate