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
|
stage: build
|
||||||
before_script:
|
before_script:
|
||||||
- sbt -v sbtVersion
|
- sbt -v sbtVersion
|
||||||
|
tags:
|
||||||
|
- public
|
||||||
script:
|
script:
|
||||||
- sbt assembly
|
- sbt assembly
|
||||||
artifacts:
|
artifacts:
|
||||||
@ -45,6 +47,8 @@ pages:
|
|||||||
before_script: []
|
before_script: []
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_BRANCH == "develop"
|
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_BRANCH == "develop"
|
||||||
|
tags:
|
||||||
|
- public
|
||||||
script:
|
script:
|
||||||
- rm -rf public
|
- rm -rf public
|
||||||
- mkdir public
|
- mkdir public
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user