Commit 8c5d4050 authored by FulcrandG's avatar FulcrandG
Browse files

Testing release job

parent 7a2e5ebb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -53,9 +53,9 @@ release:
    - else
    -   echo "release already done"
    - fi
    - for JOB in jobs/*; do
    - for JOB in $(basename jobs/*); do
    -   echo "Job ${JOB}"
    -   for VERSION in jobs/${JOB}/versions/*; do
    -   for VERSION in $(basename jobs/${JOB}/versions/*); do
    -     echo "Version ${VERSION}"
    -     if [[ ! $(curl -s -D "/dev/null" https://gitlab.com/api/v4/projects/go2scale%2Fhub/releases/${JOB}-${VERSION%.*} | jq -r ".message") =~ "null" ]]; then
    -       echo "no release for this version"