Skip to content

Commit

Permalink
ci: Will GitLab automatically find the variables?
Browse files Browse the repository at this point in the history
  • Loading branch information
hagmic committed May 29, 2019
1 parent 8bff86b commit 69138b1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,10 @@ test:

release:
stage: release
variables:
GH_TOKEN: $GH_TOKEN
NPM_TOKEN: $NPM_TOKEN
script:
- yarn install --pure-lockfile
- yarn build
- GH_TOKEN=$GH_TOKEN NPM_TOKEN=$NPM_TOKEN yarn semantic-release
- yarn semantic-release
only:
- master

0 comments on commit 69138b1

Please sign in to comment.