Skip to content

Commit

Permalink
removed set -x
Browse files Browse the repository at this point in the history
  • Loading branch information
paolocappelletti committed Jun 18, 2024
1 parent b7a5c4b commit 26e8f55
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion ci/publish.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/bash

set -eo pipefail
set -x

retval=0

Expand Down
1 change: 0 additions & 1 deletion ci/setup_env.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/bash

set -eo pipefail
set -x

export CONTAINER_PUBLISH="false"
package_version=$(grep -w "version :=" build.sbt | cut -d '"' -f2)
Expand Down

0 comments on commit 26e8f55

Please sign in to comment.