Skip to content

Commit

Permalink
Uncomment CI guards
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 committed Nov 25, 2024
1 parent 74c6ab9 commit b87ca58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ops/pipeline/deploy-jvm-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

set -euox pipefail

# source ops/pipeline/enforce-ci.sh
source ops/pipeline/enforce-ci.sh

if [[ "$#" -lt 2 ]]
then
Expand Down
2 changes: 1 addition & 1 deletion ops/pipeline/stash-artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

set -euo pipefail

# source ops/pipeline/enforce-ci.sh
source ops/pipeline/enforce-ci.sh

if [ "$#" -lt 3 ]; then
echo "Usage: $0 {stash,unstash} [remote_prefix] [artifact] [artifact ...]"
Expand Down

0 comments on commit b87ca58

Please sign in to comment.