Merge branch 'containerized_tests' of ssh://git.iqser.com:2222/rr/pyinfra into containerized_tests
This commit is contained in:
commit
95a2ff93de
@ -1,5 +1,5 @@
|
||||
ARG BASE_ROOT="nexus.iqser.com:5001/red/"
|
||||
ARG VERSION_TAG="latest"
|
||||
ARG VERSION_TAG="dev"
|
||||
|
||||
FROM ${BASE_ROOT}pyinfra:${VERSION_TAG}
|
||||
|
||||
|
||||
@ -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 nexus.iqser.com:5001/red/pyinfra-tests:dev
|
||||
docker push nexus.iqser.com:5001/red/pyinfra-tests:dev
|
||||
|
||||
source build_venv/bin/activate
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user