Skip to content
Snippets Groups Projects
Commit 50a0d64d authored by Walter Lozano's avatar Walter Lozano Committed by Dylan Aïssi
Browse files

gitlab.sh: Add debug information

parent 4a34773b
No related branches found
No related tags found
1 merge request!230Improve gitlab.sh
Pipeline #830557 passed with warnings
Pipeline: apertis-infrastructure

#830559

    Pipeline: apertis-infrastructure

    #830558

      ......@@ -25,7 +25,15 @@ api(){
      fi
      shift
      if [ "$DEBUG" = "1" ]; then
      set -x
      fi
      curl -s -H "PRIVATE-TOKEN: $GITLAB_TOKEN" --request ${request:-GET} $api_base_url$api_endpoint$items "$@"
      if [ "$DEBUG" = "1" ]; then
      set +x
      fi
      }
      get-id(){
      ......
      0% Loading or .
      You are about to add 0 people to the discussion. Proceed with caution.
      Finish editing this message first!
      Please register or to comment