Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
izatop committed Aug 28, 2021
1 parent 5444455 commit ad81497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ build:
- git config --global push.default simple
- git config --global user.email "ci@gitlab.com"
- git config --global user.name "GitLab CI"
- git remote set-url origin "https://${CI_JOB_TOKEN}@${CI_REPOSITORY_URL}"
- git remote set-url origin "${CI_REPOSITORY_URL}"
- git checkout master
- export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"
- npm config set //registry.npmjs.org/:_authToken ${NPM_TOKEN}
Expand Down

0 comments on commit ad81497

Please sign in to comment.