Update version of the config plugin

This commit is contained in:
Stephan Kulow
2022-11-17 12:58:09 +01:00
parent 4db86c8950
commit 5aa99d1781
3 changed files with 6 additions and 5 deletions
+5 -4
View File
@@ -2,10 +2,11 @@
set -e
if ! test -f yaml-config-plugin-0.9.0.jar; then
wget https://github.com/tomzo/gocd-yaml-config-plugin/releases/download/0.9.0/yaml-config-plugin-0.9.0.jar
version=0.13.0
if ! test -f yaml-config-plugin-$version.jar; then
wget https://github.com/tomzo/gocd-yaml-config-plugin/releases/download/$version/yaml-config-plugin-$version.jar
fi
sha1sum -c yaml-config-plugin-0.9.0.jar.sha1
sha1sum -c yaml-config-plugin-$version.jar.sha1
for file in *.erb; do
erb -T - $file > $(basename $file .erb)
@@ -22,6 +23,6 @@ grep group: *.yaml | cut -d: -f3 | sort -u | while read group; do
done
for file in *.gocd.yaml; do
java -jar yaml-config-plugin-0.9.0.jar syntax $file
java -jar yaml-config-plugin-$version.jar syntax $file
done
+1
View File
@@ -0,0 +1 @@
560f360411e67f49faa0c37b533feaa2b6c9a166 yaml-config-plugin-0.13.0.jar
-1
View File
@@ -1 +0,0 @@
99b9818d4cffb2e10f748afb34fc918ff04ff01a yaml-config-plugin-0.9.0.jar