Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .maintain/client_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# "auto-fail" the PR if there isn't a change in the runtime/src/lib.rs file
# that alters the version.

#set -e # fail on any error
set -e # fail on any error

#shellcheck source=../common/lib.sh
. "$(dirname "${0}")/./common/lib.sh"
Expand Down
2 changes: 1 addition & 1 deletion .maintain/run_benchmarks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Runs benchmarks for runtimes whose files have changed.

#set -e # fail on any error
set -e # fail on any error

#shellcheck source=../common/lib.sh
. "$(dirname "${0}")/./common/lib.sh"
Expand Down
2 changes: 1 addition & 1 deletion .maintain/run_simnode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Runs simnode for runtimes whose files have changed.

#set -e # fail on any error
set -e # fail on any error

#shellcheck source=../common/lib.sh
. "$(dirname "${0}")/./common/lib.sh"
Expand Down
2 changes: 1 addition & 1 deletion .maintain/runtime_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# "auto-fail" the PR if there isn't a change in the runtime/src/lib.rs file
# that alters the version.

#set -e # fail on any error
set -e # fail on any error

#shellcheck source=../common/lib.sh
. "$(dirname "${0}")/./common/lib.sh"
Expand Down