Merge branch 'ent-4650-modifaciones-qa-env' into 'develop'
exclude publishing while QA_ENV is active See merge request artica/pandorafms!2730
This commit is contained in:
commit
f86e2cdae4
|
@ -1,3 +1,4 @@
|
|||
#!/bin/bash
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue