Skip to content

Commit

Permalink
Enabled set -x flag on build-kit script
Browse files Browse the repository at this point in the history
Enabled set -x flag on build-kit script to enable debugging output on pipeline
  • Loading branch information
noahccoker authored Jun 23, 2022
1 parent 1f6e288 commit cae21e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/build-kit
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
set -eu
set -eux

# Resource Directories
export REPO_ROOT="git"
Expand Down

0 comments on commit cae21e9

Please sign in to comment.