Commit e72fea78 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

chore(cicd): change curl-jq image (better maintained)

parent 783b87ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ stages:

process-templates:
  image:
    name: "registry.hub.docker.com/dwdraju/alpine-curl-jq:latest"
    name: "registry.hub.docker.com/badouralix/curl-jq:latest"
    entrypoint: [""]
  stage: .pre
  script:
+2 −2
Original line number Diff line number Diff line
#!/usr/bin/env bash
#!/usr/bin/env sh
# =========================================================================================
# Copyright (C) 2021 Orange & contributors
#
@@ -404,7 +404,7 @@ case $key in
    shift # past value
    ;;
    *) # unknown option
    POSITIONAL+=("$1") # save it in an array for later
    POSITIONAL="$POSITIONAL $1" # save it in an array for later
    shift # past argument
    ;;
esac