Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
1e4ef91a
Commit
1e4ef91a
authored
Jan 08, 2025
by
J Wyman
Committed by
GitHub
Jan 08, 2025
Browse files
WIP: debugging CI failures. (#4)
parent
e94ace1e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
.github/workflows/trigger_ci.yml
.github/workflows/trigger_ci.yml
+2
-4
No files found.
.github/workflows/trigger_ci.yml
View file @
1e4ef91a
...
@@ -12,7 +12,7 @@ jobs:
...
@@ -12,7 +12,7 @@ jobs:
-
name
:
Sync Mirror Repository
-
name
:
Sync Mirror Repository
run
:
|
run
:
|
#!/bin/bash
#!/bin/bash
curl --request POST --header "PRIVATE-TOKEN:${{ secrets.TOKEN }}" "${{ secrets.MIRROR_URL }}"
curl
--fail-with-body
--request POST --header "PRIVATE-TOKEN:
${{ secrets.TOKEN }}" "${{ secrets.MIRROR_URL }}"
trigger-ci
:
trigger-ci
:
environment
:
GITLAB
environment
:
GITLAB
needs
:
mirror_repo
needs
:
mirror_repo
...
@@ -21,6 +21,4 @@ jobs:
...
@@ -21,6 +21,4 @@ jobs:
-
name
:
Trigger Pipeline
-
name
:
Trigger Pipeline
run
:
|
run
:
|
#!/bin/bash
#!/bin/bash
curl --fail --request POST \
curl --fail-with-body --request POST --form token=${{ secrets.PIPELINE_TOKEN }} -F ref=${GITHUB_HEAD_REF} "${{ secrets.PIPELINE_URL }}"
--form token=${{ secrets.PIPELINE_TOKEN }} \
-F ref=${GITHUB_HEAD_REF} "${{ secrets.PIPELINE_URL }}"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment