Commit ca68b41e authored by FulcrandG's avatar FulcrandG
Browse files

Testing release job

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