Skip to content

Commit

Permalink
run gitlab pipeline on github
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Scherle committed May 14, 2024
1 parent b3ee662 commit 9cd23a5
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/gitlab_to_github.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: run gitlab pipelines
on: [push]

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout repository
uses: actions/checkout@v4
- uses: OpenSourceVDI/gitlab-ci-run@HEAD
- name: Uploading package_windows
uses: actions/upload-artifact@v4
with:
name: package_windows
path: package_windows

0 comments on commit 9cd23a5

Please sign in to comment.