Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pepoviola committed Oct 17, 2023
1 parent 68f55aa commit 73c5bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/run-test-local-env-manager.sh
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ function set_instance_env {
if [[ $JOBS_CANCELED_BY_US -eq 0 ]]; then
# only mod 10 for PoC
R=$(( $CI_PIPELINE_ID % 10));
if [[ $R -eq 0]];then
if [[ $R -eq 0 ]];then
export X_INFRA_INSTANCE=spot
fi;
fi;
Expand Down

0 comments on commit 73c5bb5

Please sign in to comment.