Skip to content

Commit

Permalink
Remove -x
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Mikusa <[email protected]>
  • Loading branch information
dmikusa committed Apr 1, 2024
1 parent 6c5e356 commit c66d538
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion octo/create-package.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

set -xeuo pipefail
set -xuo pipefail

# With Go 1.20, we need to set this so that we produce statically compiled binaries
#
Expand Down
2 changes: 1 addition & 1 deletion octo/package-buildpack.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

set -xeuo pipefail
set -euo pipefail

COMPILED_BUILDPACK="${HOME}/buildpack"

Expand Down
2 changes: 1 addition & 1 deletion octo/statik/statik.go

Large diffs are not rendered by default.

0 comments on commit c66d538

Please sign in to comment.