Skip to content
Snippets Groups Projects
Commit 583ceba9 authored by Lene Wasskog's avatar Lene Wasskog
Browse files

chore: Remove paste error

parent 6acd6b34
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
set -euo pipefail
echo "Triggering ALTERNARIA verification pipeline via API..."
curl --fail --silent --show-error --request POST \
--header "JOB-TOKEN: $CI_JOB_TOKEN" \
--form ref="${MAIN_BRANCH}" \
--form "variables[VERSION]=${VERSION}" \
--form "variables[PURPOSE]=verify" \
"https://gitlab.juba.no/api/v4/projects/${ALTERNARIA_PROJECT_ID}/trigger/pipeline"
#!/bin/bash
set -euo pipefail
# Usage:
# ./trigger_model_verification.sh <project_id> <ref> <version> <purpose>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment