2018-03-22 12:21:18 +01:00
|
|
|
#!/bin/bash
|
2019-05-08 11:18:12 +02:00
|
|
|
docker build --rm=true --pull --no-cache --build-arg BRANCH="develop" --build-arg DB_PASS="pandora" -t pandorafms/pandorafms:7 . && \
|
2019-09-16 11:14:00 +02:00
|
|
|
[ "$QA_ENV" == "" ] && \
|
2018-03-22 12:21:18 +01:00
|
|
|
docker push pandorafms/pandorafms:7
|