Skip to content

Commit

Permalink
build: remove debugging in setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinGhadyani-Okta committed Jul 30, 2024
1 parent 445a68e commit 9e0a85c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/setup.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -x
#!/bin/bash

echo "Setting up CI environment for Bacon"

Expand All @@ -14,7 +14,7 @@ fi

cd ${OKTA_HOME}/${REPO}

if ! yarn install --immutable --inline-builds; then
if ! yarn install --immutable; then
echo "yarn install command failed! Exiting..."
exit ${FAILED_SETUP}
fi
Expand Down

0 comments on commit 9e0a85c

Please sign in to comment.