mirror of
https://github.com/yldio/copilot.git
synced 2024-11-28 14:10:04 +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
|
# Prelude - make bash behave sanely
|
||||||
# http://redsymbol.net/articles/unofficial-bash-strict-mode/
|
# http://redsymbol.net/articles/unofficial-bash-strict-mode/
|
||||||
#
|
#
|
||||||
|
set -x
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
INCLUDE=$(dirname $(readlink -f $0))
|
INCLUDE=$(dirname $(readlink -f $0))
|
||||||
@ -13,7 +14,6 @@ ensure_command triton
|
|||||||
ensure_triton_cns_is_enabled
|
ensure_triton_cns_is_enabled
|
||||||
get_triton_details
|
get_triton_details
|
||||||
write_env_file
|
write_env_file
|
||||||
triton env
|
|
||||||
|
|
||||||
docker-compose build
|
docker-compose build
|
||||||
docker-compose push
|
docker-compose push
|
||||||
|
Loading…
Reference in New Issue
Block a user