Skip to content

Commit 22c1472

Browse files
committed
Fix CI pipeline configuration
See gh-331
1 parent 0cf2ce0 commit 22c1472

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ci/pipeline.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ resource_types:
2121
source:
2222
repository: springio/artifactory-resource
2323
tag: 0.0.17
24+
- name: github-release
25+
type: registry-image
26+
source:
27+
repository: concourse/github-release-resource
28+
tag: 1.5.5
2429

2530
resources:
2631
- name: git-repo
@@ -54,11 +59,6 @@ resources:
5459
username: ((artifactory-username))
5560
password: ((artifactory-password))
5661
build_name: ((build-name))
57-
- name: github-release
58-
type: registry-image
59-
source:
60-
repository: concourse/github-release-resource
61-
tag: 1.5.5
6262
- name: github-pre-release
6363
type: github-release
6464
icon: briefcase-download-outline

0 commit comments

Comments
 (0)