Skip to content

Commit 00ed763

Browse files
reggeenrGitHub Enterprise
authored andcommitted
feat(ci) travis migration (#18)
1 parent 3991a90 commit 00ed763

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ dist: focal
33
# Remove this if using external Travis
44
group: beta
55

6+
version: ~> 1.0
7+
68
language: node_js
79
node_js:
810
- 18
@@ -33,7 +35,7 @@ before_deploy:
3335
- pyenv global 3.8
3436
- pip install --user bump2version
3537
- echo "@ibm-cloud:registry=https://na.artifactory.swg-devops.com/artifactory/api/npm/wcp-codeengine-ux-team-npm-local/" > ~/.npmrc
36-
- echo "//na.artifactory.swg-devops.com/artifactory/api/npm/wcp-codeengine-ux-team-npm-local/:_auth=$ARTIFACTORY_PASSWORD" >> ~/.npmrc #pragma: allowlist secret
38+
- echo "//na.artifactory.swg-devops.com/artifactory/api/npm/wcp-codeengine-ux-team-npm-local/:_auth=$ARTIFACTORY_NPM_AUTH" >> ~/.npmrc #pragma: allowlist secret
3739
- echo "//na.artifactory.swg-devops.com/artifactory/api/npm/wcp-codeengine-ux-team-npm-local/:email=$ARTIFACTORY_MAIL" >> ~/.npmrc
3840
- echo "//na.artifactory.swg-devops.com/artifactory/api/npm/wcp-codeengine-ux-team-npm-local/:always-auth=true" >> ~/.npmrc
3941
- npm install -g semantic-release

0 commit comments

Comments
 (0)