mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
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…
x
Reference in New Issue
Block a user