mirror of
https://gitlab.com/cc-ru/ocelot/ocelot-desktop.git
synced 2025-12-20 02:59:19 +01:00
Set up job tags
This commit is contained in:
parent
1787ac603c
commit
633a0e0c4c
@ -25,6 +25,8 @@ build:
|
||||
stage: build
|
||||
before_script:
|
||||
- sbt -v sbtVersion
|
||||
tags:
|
||||
- public
|
||||
script:
|
||||
- sbt assembly
|
||||
artifacts:
|
||||
@ -45,6 +47,8 @@ pages:
|
||||
before_script: []
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_BRANCH == "develop"
|
||||
tags:
|
||||
- public
|
||||
script:
|
||||
- rm -rf public
|
||||
- mkdir public
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user