Files
spring-graphql/ci/tasks/promote-version.yml
Brian Clozel 0cf2ce023d Use Concourse Release Script as Docker image in CI
Instead of embeddeding the Concourse Release Scripts application as a
JAR in the CI image, this commit is now using the published Docker image
for this.
2022-03-16 14:26:53 +01:00

20 lines
373 B
YAML

---
platform: linux
image_resource:
type: registry-image
source:
repository: springio/concourse-release-scripts
tag: '0.3.4-SNAPSHOT'
inputs:
- name: git-repo
- name: artifactory-repo
outputs:
- name: version
params:
RELEASE_TYPE:
ARTIFACTORY_SERVER:
ARTIFACTORY_USERNAME:
ARTIFACTORY_PASSWORD:
run:
path: git-repo/ci/scripts/promote-version.sh