We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44d4870 commit ed8b68cCopy full SHA for ed8b68c
ci/images/setup.sh
@@ -14,8 +14,6 @@ rm -rf /var/lib/apt/lists/*
14
15
curl https://raw.githubusercontent.com/spring-io/concourse-java-scripts/v0.0.4/concourse-java.sh > /opt/concourse-java.sh
16
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
-
19
###########################################################
20
# JAVA
21
ci/tasks/promote.yml
@@ -1,5 +1,10 @@
1
---
2
platform: linux
3
+image_resource:
4
+ type: registry-image
5
+ source:
6
+ repository: springio/concourse-release-scripts
7
+ tag: '0.3.4'
8
inputs:
9
- name: git-repo
10
- name: artifactory-repo
0 commit comments