package only needed on master
This commit is contained in:
parent
454d774ccf
commit
b03e2456ee
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@ build:
|
||||||
|
|
||||||
package:
|
package:
|
||||||
stage: package
|
stage: package
|
||||||
|
rules:
|
||||||
|
- if: '$CI_COMMIT_BRANCH == "master"'
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- target/
|
- target/
|
||||||
|
|
Reference in a new issue