Skip to content

Commit ed8b68c

Browse files
committed
Upgrade to Concourse Release Scripts 0.3.4
Closes gh-815
1 parent 44d4870 commit ed8b68c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

ci/images/setup.sh

-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ rm -rf /var/lib/apt/lists/*
1414

1515
curl https://raw.githubusercontent.com/spring-io/concourse-java-scripts/v0.0.4/concourse-java.sh > /opt/concourse-java.sh
1616

17-
curl --output /opt/concourse-release-scripts.jar https://repo.spring.io/release/io/spring/concourse/releasescripts/concourse-release-scripts/0.3.2/concourse-release-scripts-0.3.2.jar
18-
1917
###########################################################
2018
# JAVA
2119
###########################################################

ci/tasks/promote.yml

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
---
22
platform: linux
3+
image_resource:
4+
type: registry-image
5+
source:
6+
repository: springio/concourse-release-scripts
7+
tag: '0.3.4'
38
inputs:
49
- name: git-repo
510
- name: artifactory-repo

0 commit comments

Comments
 (0)