Skip to content

Commit

Permalink
ci(gitlab): add tags for each stage
Browse files Browse the repository at this point in the history
  • Loading branch information
nampdn committed Nov 8, 2018
1 parent 2863084 commit 75a16c6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitlab-ci.yml
Expand Up @@ -10,11 +10,17 @@ before_script:

build:
stage: build
tags:
- docker
- linux
script:
- yarn build

deploy:
stage: deploy
tags:
- docker
- linux
script:
- yarn semantic-release
only:
Expand Down

0 comments on commit 75a16c6

Please sign in to comment.