exclude publishing while QA_ENV is active
This commit is contained in:
parent
18abd5e3d6
commit
1596078bcb
|
@ -1,3 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
docker build --rm=true --pull --no-cache --build-arg BRANCH="develop" --build-arg DB_PASS="pandora" -t pandorafms/pandorafms:7 . && \
|
docker build --rm=true --pull --no-cache --build-arg BRANCH="develop" --build-arg DB_PASS="pandora" -t pandorafms/pandorafms:7 . && \
|
||||||
|
[ "$QA_ENV" == "" ] && \
|
||||||
docker push pandorafms/pandorafms:7
|
docker push pandorafms/pandorafms:7
|
||||||
|
|
Loading…
Reference in New Issue