Skip to content

Commit

Permalink
ci: add trigger for gitlab pipeline
Browse files Browse the repository at this point in the history
update README.md

NO_DOC=internal
NO_TEST=internal
NO_CHANGELOG=internal
  • Loading branch information
Виталий Шунков committed Feb 8, 2024
1 parent cda0ddc commit edcefb4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Curl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
workflow_call:
secrets:
GITLAB_BUILDER:
description: 'A GITLAB_BUILDER passed from UnitTest'
description: 'A GITLAB_BUILDER passed from Release'
required: true

jobs:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/Release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,9 @@ jobs:
### Debian x86_64
[genin-${{ env.VERSION }}.amd64.deb](${{ env.RAW_REGISTRY }}/genin/deb/genin-${{ env.VERSION }}.amd64.deb)
call_gitlab_ci:
name: Trigger_gitlab
secrets:
GITLAB_BUILDER: ${{ secrets.GITLAB_BUILDER }}
uses: ./.github/workflows/Curl.yaml

5 changes: 0 additions & 5 deletions .github/workflows/UnitTest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,3 @@ jobs:
uses: ./.github/workflows/IntegrationTest.yaml
with:
VERSION: ${{ needs.version.outputs.VERSION }}
call_gitlab_ci:
name: Trigger_gitlab
secrets:
GITLAB_BUILDER: ${{ secrets.GITLAB_BUILDER }}
uses: ./.github/workflows/Curl.yaml

0 comments on commit edcefb4

Please sign in to comment.