-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NO_DOC=internal NO_TEST=internal NO_CHANGELOG=internal
- Loading branch information
Виталий Шунков
committed
Mar 21, 2024
1 parent
ef58810
commit e1bc8d5
Showing
7 changed files
with
108 additions
and
494 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
name: Trigger_gitlab | ||
on: | ||
workflow_call: | ||
secrets: | ||
GITLAB_BUILDER: | ||
description: 'A GITLAB_BUILDER passed from Release' | ||
required: true | ||
|
||
jobs: | ||
curl: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: run gitlab pipeline | ||
run: | | ||
curl -f -X POST -F token=${{ secrets.GITLAB_BUILDER }} -F ref=main -F "variables[TYPE]=RELEASE" -F "variables[PROJECT_TARGET]=genin" https://git.picodata.io/api/v4/projects/166/trigger/pipeline |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.