File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 runs-on : ubuntu-latest
2727 container :
2828 image : codecr.jlab.org/hallb/clas12/container-forge/base:latest
29+ options : --user root
2930 steps :
3031 - uses : actions/checkout@v4
3132 - name : build
4647 runs-on : ubuntu-latest
4748 container :
4849 image : codecr.jlab.org/hallb/clas12/container-forge/base:latest
50+ options : --user root
4951 strategy :
5052 fail-fast : true
5153 matrix :
7779 runs-on : ubuntu-latest
7880 container :
7981 image : codecr.jlab.org/hallb/clas12/container-forge/base:latest
82+ options : --user root
8083 strategy :
8184 fail-fast : false
8285 matrix :
@@ -115,6 +118,7 @@ jobs:
115118 runs-on : ubuntu-latest
116119 container :
117120 image : codecr.jlab.org/hallb/clas12/container-forge/base:latest
121+ options : --user root
118122 strategy :
119123 fail-fast : false
120124 matrix :
@@ -147,6 +151,7 @@ jobs:
147151 runs-on : ubuntu-latest
148152 container :
149153 image : codecr.jlab.org/hallb/clas12/container-forge/base:latest
154+ options : --user root
150155 strategy :
151156 fail-fast : false
152157 matrix :
@@ -185,6 +190,7 @@ jobs:
185190 runs-on : ubuntu-latest
186191 container :
187192 image : codecr.jlab.org/hallb/clas12/container-forge/base:latest
193+ options : --user root
188194 steps :
189195 - uses : actions/checkout@v4
190196 - uses : actions/download-artifact@v4
You can’t perform that action at this time.
0 commit comments