Skip to content

Commit

Permalink
Merge pull request #92 from HorizenOfficial/pc/setFix
Browse files Browse the repository at this point in the history
removed set -x
  • Loading branch information
paolocappelletti authored Jun 18, 2024
2 parents b7a5c4b + 26e8f55 commit f442527
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 f442527

Please sign in to comment.