mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-14 12:48:17 +10:00
add deb-rpm-repo-hook (#1284)
This commit is contained in:
10
.github/workflows/stable-linux.yml
vendored
10
.github/workflows/stable-linux.yml
vendored
@@ -184,3 +184,13 @@ jobs:
|
||||
snap: ${{ steps.build.outputs.snap }}
|
||||
release: stable
|
||||
if: env.SHOULD_DEPLOY == 'yes'
|
||||
|
||||
deb-rpm-repo-hook:
|
||||
needs: build
|
||||
runs-on: ubuntu-latest
|
||||
if: needs.build.outputs.SHOULD_DEPLOY == 'yes'
|
||||
steps:
|
||||
- name: Trigger repository rebuild
|
||||
run: curl -X POST --fail -F token=$GL_PAGES_TOKEN -F ref=master https://gitlab.com/api/v4/projects/8762263/trigger/pipeline
|
||||
env:
|
||||
GL_PAGES_TOKEN: ${{ GL_PAGES_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user