File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 49
49
# AWS_SECRET_KEY
50
50
- secure : C+PTon3PsELG2bFlAZ5qfinWVih8XxlZV45Gk2W5i2CK1AROJ60lnfhgYZM4YidIRcA/V/zbm8tDgZbA8i/MVKcO5f1qbD5Skyo2fEFRlXoSWhtwaScViihN338U/SsEviKThIGSSLgdfsQ0CW7TYxvetFSwXFyZPPrYrenF3dk=
51
51
# NPM_AUTH_TOKEN
52
- - secure : Th+zA06xGaBxv+y1/lEcJOftaJNr9v4dYWhBkr6T+SB3AsNlh+eSXRyc5OsDKBQFburk5q6snz/OE3fvm4wvWkkGEXhdyRaAI3HkKBtZB691iuhSttIutLbWvVRnKkObhLP5ecK3818gbJibzJkcJfTEximw9GHkTAcOEwiMIkA =
52
+ - secure : Dtc3aFnUfquuC+E3ZOvs57SZy3Sp+3QdXQHR0xjekvpF4FgaKvDpISBfLTCs1ODuHZ+K1pPn9/i4yGNE7ei8z3VTbRY4nYPM5VG7jlqwP1iaFqRopnQmpV9c7yhMSHKhXrSWj/Gwo/9UHpia6muQUSK4hbPvhZMf0Rd3s06Z07M =
53
53
- AWS_S3_BUCKET=snowplow-static-js
54
54
- AWS_REGION=eu-west-1
55
55
- AWS_CF_DISTRIBUTION=E1RICD7QD0F2KE
Original file line number Diff line number Diff line change @@ -114,12 +114,12 @@ def npm_credentials():
114
114
if os .path .isfile (npmrc ):
115
115
os .remove (npmrc )
116
116
print ("WARNING! ~/.npmrc already exists. It should be deleted after each use" )
117
- print ("Overrinding existing ~/.npmrc" )
117
+ print ("Overwriting existing ~/.npmrc" )
118
118
else :
119
119
print ("Creating ~/.npmrc" )
120
120
121
121
with open (npmrc , 'a' ) as f :
122
- f .write ("registry=http ://registry.npmjs.org/\n //registry.npmjs.org/:_authToken=" + NPM_AUTH_TOKEN )
122
+ f .write ("registry=https ://registry.npmjs.org/\n //registry.npmjs.org/:_authToken=" + NPM_AUTH_TOKEN )
123
123
124
124
yield
125
125
You can’t perform that action at this time.
0 commit comments