remove comments

This commit is contained in:
Michael Shaw 2022-12-21 15:36:18 -05:00
parent 077b279b87
commit cd5b745e70

3
Jenkinsfile vendored
View File

@ -15,9 +15,6 @@ pipeline {
steps {
sh 'npm config set -- "//npm.pkg.github.com/:_authToken" "${ GITHUB_BASTION_PAT }"'
//sh 'echo "//npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}" >> ~/.npmrc'
//sh 'echo "registry=https://npm.pkg.github.com/" >> ~/.npmrc'
//sh 'echo "always-auth=true" >> ~/.npmrc'
sh 'yarn'
sh 'yarn build'
sh 'npm config set @cerc-io:registry https://git.vdb.to/api/packages/cerc-io/npm/'