Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eic_container
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
containers
eic_container
Merge requests
!979
chore: spack: cherry-pick: acts: add v34.1.0, v35.0.0
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
chore: spack: cherry-pick: acts: add v34.1.0, v35.0.0
acts-34.1.0-35.0.0
into
master
Overview
0
Commits
1
Pipelines
3
Changes
1
Merged
Wouter Deconinck
requested to merge
acts-34.1.0-35.0.0
into
master
7 months ago
Overview
0
Commits
1
Pipelines
3
Changes
12
Expand
Note: this doesn't install the newer versions, just adds the ability to install them.
Edited
7 months ago
by
Wouter Deconinck
0
0
Merge request reports
Compare
version 1
version 2
033808f1
7 months ago
version 1
7c622a00
7 months ago
master (base)
and
version 2
latest version
71c88e04
1 commit,
7 months ago
version 2
033808f1
1 commit,
7 months ago
version 1
7c622a00
1 commit,
7 months ago
Show latest version
12 files
+
126
−
58
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
12
Search (e.g. *.vue) (Ctrl+P)
.github/workflows/mirror.yaml
+
2
−
3
Options
name
:
Mirror and Trigger EICweb
on
:
pull_request
:
delete
:
push
:
workflow_dispatch
:
@@ -22,7 +22,6 @@ jobs:
with
:
fetch-depth
:
0
-
name
:
Push to EICweb
if
:
github.event_name == 'push'
uses
:
eic/gitlab-sync@master
with
:
url
:
https://eicweb.phy.anl.gov/containers/eic_container.git/
@@ -30,7 +29,7 @@ jobs:
username
:
${{ secrets.GITLAB_USERNAME }}
ciskip
:
true
-
name
:
Trigger EICweb
if
:
github.event_name
=
= '
pull_request' || github.event_name == 'workflow_dispatch'
if
:
${{
github.event_name
!
= '
delete' }}
uses
:
eic/trigger-gitlab-ci@v3
with
:
url
:
https://eicweb.phy.anl.gov
Loading