Skip to content

Commit 6bfbaab

Browse files
committed
IW-4970 Remove script for setting token
1 parent dc0b981 commit 6bfbaab

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

.npmrc

-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
@fandom:registry=https://artifactory.wikia-inc.com/artifactory/api/npm/wikia-npm/
2-
//artifactory.wikia-inc.com/artifactory/api/npm/wikia-npm/:_authToken=${ARTIFACTORY_NPM_TOKEN}

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ node_js:
44
cache:
55
directories:
66
- node_modules
7-
before_install: bash scripts/add-artifactory-token.sh
7+
before_install:
8+
- echo "//artifactory.wikia-inc.com/artifactory/api/npm/wikia-npm/:_authToken=\${ARTIFACTORY_NPM_TOKEN}" >> .npmrc
89
script:
910
- yarn
1011
- yarn ci

scripts/add-artifactory-token.sh

-6
This file was deleted.

0 commit comments

Comments
 (0)