Skip to content

Commit eed36b5

Browse files
fixes backport merge (#1603)
OKTA-997846 fixes backport merge
1 parent d6edbd2 commit eed36b5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

scripts/verify-registry-install.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,11 @@ cd ${OKTA_HOME}/${REPO}
1010
NODE_VERSION="${1:-v16.20.2}"
1111
setup_service node $NODE_VERSION
1212
# 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-
=======
1613
# setup_service yarn 1.22.22 /etc/pki/tls/certs/ca-bundle.crt
1714

1815
npm i -g yarn
1916
yarn --version
2017
yarn config set caFilePath /etc/pki/tls/certs/ca-bundle.crt
21-
>>>>>>> origin/7.12
2218

2319
# Install required dependencies
2420
yarn global add @okta/ci-append-sha

0 commit comments

Comments
 (0)