We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6edbd2 commit eed36b5Copy full SHA for eed36b5
scripts/verify-registry-install.sh
@@ -10,15 +10,11 @@ cd ${OKTA_HOME}/${REPO}
10
NODE_VERSION="${1:-v16.20.2}"
11
setup_service node $NODE_VERSION
12
# Use the cacert bundled with centos as okta root CA is self-signed and cause issues downloading from yarn
13
-<<<<<<< HEAD
14
-setup_service yarn 1.22.22 /etc/pki/tls/certs/ca-bundle.crt
15
-=======
16
# setup_service yarn 1.22.22 /etc/pki/tls/certs/ca-bundle.crt
17
18
npm i -g yarn
19
yarn --version
20
yarn config set caFilePath /etc/pki/tls/certs/ca-bundle.crt
21
->>>>>>> origin/7.12
22
23
# Install required dependencies
24
yarn global add @okta/ci-append-sha
0 commit comments