Skip to content

Commit

Permalink
fix: use yarn override env variable in ci setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltamaki-okta committed May 3, 2022
1 parent 0df1fc8 commit a7d4d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ fi
cd ${OKTA_HOME}/odyssey

# Override .yarnrc.yml npmRegistryServer with Okta's
yarn config set npmRegistryServer ${ARTIFACTORY_URL}/api/npm/npm-okta-master
export YARN_NPM_REGISTRY_SERVER=${ARTIFACTORY_URL}/api/npm/npm-okta-master

if ! yarn install --immutable; then
echo "yarn install command failed! Exiting..."
Expand Down

0 comments on commit a7d4d08

Please sign in to comment.