From 22c1472bcceef4c422bbf47a63b2d98eb50e78d1 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Wed, 16 Mar 2022 14:38:02 +0100 Subject: [PATCH] Fix CI pipeline configuration See gh-331 --- ci/pipeline.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index a9612bc7..590d3703 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -21,6 +21,11 @@ resource_types: source: repository: springio/artifactory-resource tag: 0.0.17 +- name: github-release + type: registry-image + source: + repository: concourse/github-release-resource + tag: 1.5.5 resources: - name: git-repo @@ -54,11 +59,6 @@ resources: username: ((artifactory-username)) password: ((artifactory-password)) build_name: ((build-name)) -- name: github-release - type: registry-image - source: - repository: concourse/github-release-resource - tag: 1.5.5 - name: github-pre-release type: github-release icon: briefcase-download-outline