Skip to content

Commit

Permalink
Fix bug in PROJECT_SKIP_INSTALL_REQS [release]
Browse files Browse the repository at this point in the history
  • Loading branch information
AjayP13 committed Dec 27, 2023
1 parent 9625f3e commit ee8d54f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/.cluster/_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ if [[ $PROJECT_JOB_NAME == "test" ]] || [[ $PROJECT_JOB_NAME == "test_"* ]]; the
export COMMAND_POST="src/tests"
fi

if [ "$PROJECT_SKIP_INSTALL_REQS" != "0" ]; then
if [ "$PROJECT_SKIP_INSTALL_REQS" != "1" ]; then
# Run a preinstall script
if [ -f "src/preinstall.sh" ]; then
echo "Running preinstall.sh..."
Expand Down

0 comments on commit ee8d54f

Please sign in to comment.