kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
GitLab CI: use $CI_DEFAULT_BRANCH
rodzic
a49d37df6e
commit
1d31ac01aa
|
@ -116,7 +116,7 @@ docs-deploy:
|
||||||
- curl -X POST -F"token=$CI_JOB_TOKEN" -F'ref=master' https://gitlab.com/api/v4/projects/15685485/trigger/pipeline
|
- curl -X POST -F"token=$CI_JOB_TOKEN" -F'ref=master' https://gitlab.com/api/v4/projects/15685485/trigger/pipeline
|
||||||
only:
|
only:
|
||||||
refs:
|
refs:
|
||||||
- develop
|
- $CI_DEFAULT_BRANCH
|
||||||
changes:
|
changes:
|
||||||
- "docs/**/*"
|
- "docs/**/*"
|
||||||
interruptible: true
|
interruptible: true
|
||||||
|
@ -144,7 +144,7 @@ pages:
|
||||||
- public
|
- public
|
||||||
only:
|
only:
|
||||||
refs:
|
refs:
|
||||||
- develop
|
- $CI_DEFAULT_BRANCH
|
||||||
interruptible: true
|
interruptible: true
|
||||||
|
|
||||||
docker:
|
docker:
|
||||||
|
@ -161,7 +161,7 @@ docker:
|
||||||
- docker push $CI_REGISTRY_IMAGE
|
- docker push $CI_REGISTRY_IMAGE
|
||||||
only:
|
only:
|
||||||
refs:
|
refs:
|
||||||
- develop
|
- $CI_DEFAULT_BRANCH
|
||||||
interruptible: true
|
interruptible: true
|
||||||
|
|
||||||
include:
|
include:
|
||||||
|
|
Ładowanie…
Reference in New Issue