mirror of
https://github.com/yldio/copilot.git
synced 2024-11-13 06:40:06 +02:00
depoly: adding a set -x for now
This commit is contained in:
parent
b5ae1c6f2b
commit
90307954a7
@ -4,6 +4,7 @@
|
||||
# Prelude - make bash behave sanely
|
||||
# http://redsymbol.net/articles/unofficial-bash-strict-mode/
|
||||
#
|
||||
set -x
|
||||
set -euo pipefail
|
||||
|
||||
INCLUDE=$(dirname $(readlink -f $0))
|
||||
@ -13,7 +14,6 @@ ensure_command triton
|
||||
ensure_triton_cns_is_enabled
|
||||
get_triton_details
|
||||
write_env_file
|
||||
triton env
|
||||
|
||||
docker-compose build
|
||||
docker-compose push
|
||||
|
Loading…
Reference in New Issue
Block a user