Skip to content

Commit

Permalink
fix a badcommit in #383
Browse files Browse the repository at this point in the history
Signed-off-by: KfreeZ <[email protected]>
  • Loading branch information
KfreeZ committed Sep 4, 2024
1 parent 6442127 commit a50e037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/e2e/gmc_xeon_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ function validate_modify_config() {
exit 1
fi

check_gmc_status $MODIFY_STEP_NAMESPACE 'codegen' $((pods_count-1)) 0 3
check_gmc_status $MODIFY_STEP_NAMESPACE 'codegen' $(pods_count) 0 3
if [ $? -ne 0 ]; then
echo "GMC status is not as expected"
exit 1
Expand Down

0 comments on commit a50e037

Please sign in to comment.