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:
Alejandro Fraguas 2019-09-16 14:38:26 +02:00
commit f86e2cdae4
1 changed files with 1 additions and 0 deletions

View File

@ -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