Fix typo in GitLab CI artifact path and include test report files in artifacts
This commit is contained in:
+11
-1
@@ -5,7 +5,7 @@ stages:
|
||||
- build
|
||||
- on_commit
|
||||
- sonarcloud_scan
|
||||
- deploy_pages
|
||||
- deploy
|
||||
|
||||
variables:
|
||||
GITLAB_CLONE_DIR: "/builds/th-schwarz/CloudflareDNS-java"
|
||||
@@ -51,6 +51,16 @@ on_commits:
|
||||
- merge_request
|
||||
- develop
|
||||
|
||||
pages:
|
||||
stage: deploy
|
||||
script:
|
||||
- echo "Publishing to GitLab Pages..."
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
only:
|
||||
- develop
|
||||
|
||||
sonarcloud_scan:
|
||||
stage: sonarcloud_scan
|
||||
dependencies:
|
||||
|
||||
Reference in New Issue
Block a user