Skip to content

Commit

Permalink
Merge pull request #64 from Materials-Data-Science-and-Informatics/ad…
Browse files Browse the repository at this point in the history
…d_ci_for_fe

Add ci for fe
  • Loading branch information
mustafasoylu authored Nov 15, 2024
2 parents b8f5574 + 2107dc1 commit 328b9b5
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/gitlab-trigger.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Trigger GitLab CI

on:
push:
branches:
- main

jobs:
trigger_gitlab_ci:
runs-on: ubuntu-latest

steps:
- name: Trigger GitLab CI for Dev
env:
GITLAB_TRIGGER_URL_DEV: https://codebase.helmholtz.cloud/api/v4/projects/12722/ref/develop/trigger/pipeline
GITLAB_TOKEN: ${{ secrets.GITLAB_TRIGGER_TOKEN }}
run: |
curl -X POST "$GITLAB_TRIGGER_URL_DEV" \
-F token="$GITLAB_TOKEN" \
-F ref=develop
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea

0 comments on commit 328b9b5

Please sign in to comment.