Skip to content

Commit

Permalink
no set -x
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Sep 9, 2024
1 parent 16d435c commit 6c8a640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/vortex/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ t=$(mktemp) && export -p >"${t}" && set -a && . ./.env && if [ -f ./.env.local ]

set -eu
[ "${VORTEX_DEBUG-}" = "1" ] && set -x
set -x

# The types of deployment.
#
# Can be a combination of comma-separated values (to support multiple
Expand Down

0 comments on commit 6c8a640

Please sign in to comment.