Skip to content
Snippets Groups Projects
Unverified Commit f034bca8 authored by Dmitry Kalinkin's avatar Dmitry Kalinkin Committed by GitHub
Browse files

mirror.yaml: pass PIPELINE_NAME (#8)

parent ea3be497
No related branches found
No related tags found
No related merge requests found
Pipeline #94732 passed
......@@ -28,13 +28,14 @@ jobs:
username: ${{ secrets.GITLAB_USERNAME }}
ciskip: true
- name: Trigger EICweb
uses: eic/trigger-gitlab-ci@v2
uses: eic/trigger-gitlab-ci@v3
with:
url: https://eicweb.phy.anl.gov
project_id: 400
token: ${{ secrets.EICWEB_PHYSICS_BENCHMARKS_TRIGGER }}
ref_name: ${{ github.event.pull_request.head.ref || github.ref }}
variables:
variables: |
GITHUB_REPOSITORY=${{ github.repository }}
GITHUB_SHA=${{ github.event.pull_request.head.sha || github.sha }}
GITHUB_PR=${{ github.event.pull_request.number }}
PIPELINE_NAME=${{ github.repository }}: ${{ github.event.pull_request.title || github.ref_name }}
......@@ -6,6 +6,9 @@ variables:
DETECTOR_CONFIG: epic_craterlake
DETECTOR_REPOSITORYURL: 'https://github.com/eic/epic.git'
workflow:
name: '$PIPELINE_NAME'
default:
before_script:
- source .local/bin/env.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment