This repository was archived by the owner on Oct 21, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949 # AWS_SECRET_KEY
5050 - secure : C+PTon3PsELG2bFlAZ5qfinWVih8XxlZV45Gk2W5i2CK1AROJ60lnfhgYZM4YidIRcA/V/zbm8tDgZbA8i/MVKcO5f1qbD5Skyo2fEFRlXoSWhtwaScViihN338U/SsEviKThIGSSLgdfsQ0CW7TYxvetFSwXFyZPPrYrenF3dk=
5151 # NPM_AUTH_TOKEN
52- - secure : Th+zA06xGaBxv+y1/lEcJOftaJNr9v4dYWhBkr6T+SB3AsNlh+eSXRyc5OsDKBQFburk5q6snz/OE3fvm4wvWkkGEXhdyRaAI3HkKBtZB691iuhSttIutLbWvVRnKkObhLP5ecK3818gbJibzJkcJfTEximw9GHkTAcOEwiMIkA =
52+ - secure : Dtc3aFnUfquuC+E3ZOvs57SZy3Sp+3QdXQHR0xjekvpF4FgaKvDpISBfLTCs1ODuHZ+K1pPn9/i4yGNE7ei8z3VTbRY4nYPM5VG7jlqwP1iaFqRopnQmpV9c7yhMSHKhXrSWj/Gwo/9UHpia6muQUSK4hbPvhZMf0Rd3s06Z07M =
5353 - AWS_S3_BUCKET=snowplow-static-js
5454 - AWS_REGION=eu-west-1
5555 - AWS_CF_DISTRIBUTION=E1RICD7QD0F2KE
Original file line number Diff line number Diff line change @@ -114,12 +114,12 @@ def npm_credentials():
114114 if os .path .isfile (npmrc ):
115115 os .remove (npmrc )
116116 print ("WARNING! ~/.npmrc already exists. It should be deleted after each use" )
117- print ("Overrinding existing ~/.npmrc" )
117+ print ("Overwriting existing ~/.npmrc" )
118118 else :
119119 print ("Creating ~/.npmrc" )
120120
121121 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 )
123123
124124 yield
125125
You can’t perform that action at this time.
0 commit comments