Skip to content

test trigger on branch push #4

test trigger on branch push

test trigger on branch push #4

Workflow file for this run

name: trigger

Check failure on line 1 in .github/workflows/ci_trigger.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci_trigger.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: trigger
on:
push:
branches:
- "add-gitlab-trigger-api-job"
release:
types:
- published
jobs:
trigger:
image: alpine
script:
- apk add --no-cache curl
- >
curl -X POST --fail \
-F token=${{ secrets.GITLAB_PIPELINE_TRIGGER_TOKEN }} \
-F ref=main \
-F variables[CUSTOM_RUN_TAG]=auto \
-F variables[LAYER_NAME]=dotai-eo \
https://git.sinergise.com/api/v4/projects/1031/trigger/pipeline