Skip to content

Commit

Permalink
Update cvmfs-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anigamova authored Jul 15, 2024
1 parent 149462d commit 18fa5dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cvmfs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
image: ${{ matrix.IMAGE }}
shell: bash
options: ${{env.docker_opt_ro}}
if: startsWith(matrix.CMSSW_VERSION, 'CMSSW_14')
if: ${{ startsWith(matrix.CMSSW_VERSION, 'CMSSW_14') }}
run: |
cp -r cmssw/${CMSSW_VERSION} .
cd /home/cmsusr/${CMSSW_VERSION}/src
Expand All @@ -128,7 +128,7 @@ jobs:
image: ${{ matrix.IMAGE }}
shell: bash
options: ${{env.docker_opt_ro}}
if: startsWith(matrix.CMSSW_VERSION, 'CMSSW_14')
if: ${{ startsWith(matrix.CMSSW_VERSION, 'CMSSW_14') }}
run: |
cp -r cmssw/${CMSSW_VERSION} .
cd /home/cmsusr/${CMSSW_VERSION}/src
Expand All @@ -144,7 +144,7 @@ jobs:
image: ${{ matrix.IMAGE }}
shell: bash
options: ${{env.docker_opt_ro}}
if: startsWith(matrix.CMSSW_VERSION, 'CMSSW_14')
if: ${{ startsWith(matrix.CMSSW_VERSION, 'CMSSW_14') }}
run: |
cp -r cmssw/${CMSSW_VERSION} .
cd /home/cmsusr/${CMSSW_VERSION}/src
Expand Down

0 comments on commit 18fa5dc

Please sign in to comment.