Tested if gitlab instance has enabled gitlab pages #227
@@ -3,6 +3,7 @@ stages:
|
|||||||
- report
|
- report
|
||||||
- build
|
- build
|
||||||
- test
|
- test
|
||||||
|
- deploy
|
||||||
|
|
||||||
# Reusable definitions
|
# Reusable definitions
|
||||||
.gradle-cache: &gradle-cache
|
.gradle-cache: &gradle-cache
|
||||||
@@ -119,3 +120,14 @@ test:
|
|||||||
allow_failure: false
|
allow_failure: false
|
||||||
- if: '$CI_COMMIT_BRANCH'
|
- if: '$CI_COMMIT_BRANCH'
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
|
|
||||||
|
pages:
|
||||||
|
stage: deploy
|
||||||
|
script:
|
||||||
|
- mkdir -p public
|
||||||
|
- cp -r outreach/* public/
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- public/
|
||||||
|
rules:
|
||||||
|
- when: manual
|
||||||
|
|||||||
Reference in New Issue
Block a user