mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-15 18:04:56 +02:00
5 lines
207 B
Bash
Executable File
5 lines
207 B
Bash
Executable File
#!/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
|