Skip to content

Commit

Permalink
Merge branch 'jkb/fix/pipeline-failure-attrs' into 'develop'
Browse files Browse the repository at this point in the history
Merge-Request: apple/vpn/protonvpn!2000
Approved-by: Adam Viaud <[email protected]>
  • Loading branch information
protonjohn committed Sep 26, 2024
2 parents 30bb4e4 + 7b6fc90 commit 0c1446f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .lhc.pkl
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ local mac = (base) {

trailers = (base.trailers) {
releasePipeline = "Release-Pipeline-macOS"
failedPipeline = "Pipeline-Failure-macOS"
}

build = (base.build) {
Expand Down Expand Up @@ -91,6 +92,7 @@ local ios = (base) {

trailers = (base.trailers) {
releasePipeline = "Release-Pipeline-iOS"
failedPipeline = "Pipeline-Failure-iOS"
}

build = (base.build) {
Expand Down Expand Up @@ -124,6 +126,7 @@ local tv = (ios) {

trailers = (base.trailers) {
releasePipeline = "Release-Pipeline-tvOS"
failedPipeline = "Pipeline-Failure-tvOS"
}

build = (base.build) {
Expand Down
2 changes: 2 additions & 0 deletions Integration/Templates/gitlab-publish-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
- $PIPELINE_HOST
{% endblock %}

{% block publish_app_configurations %}{{ config.build.userProperties.appConfigurations }}{% endblock %}

{% block pages_header %}
extends:
- .job_template
Expand Down

0 comments on commit 0c1446f

Please sign in to comment.