Skip to content

Commit c039842

Browse files
committed
Update download link and script names in GitLab CI analysis instructions
1 parent f90268f commit c039842

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

episodes/04-gitlabci-run-analysis.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ First, ensure the analysis code is committed to your GitLab repository:
3838

3939
```bash
4040
# Inside your gitlab repository cmsdas-gitlab-cms/
41-
# Download and unzip the analysis code (https://alefisico.github.io/cmsdas-cat-gitlab-cms/files/ZPeakAnalysis.zip)
41+
# Download and unzip the analysis code (wget https://github.com/FNALLPC/cmsdas-cat-gitlab-cms/raw/refs/heads/main/episodes/files/ZPeakAnalysis.zip)
4242
git add ZPeakAnalysis/
4343
git commit -m "Add analysis code"
4444
git push
@@ -69,9 +69,9 @@ cmssw_setup:
6969
- cmsRun test/MyZPeak_cfg.py
7070
- ls -l myZPeak.root
7171
- echo "Checking number of events"
72-
- python3 test/check_number_events.py
72+
- python test/check_number_events_cmssw10.py
7373
- echo "Testing output"
74-
- python3 test/check_cutflows.py number_of_events.txt test/number_of_expected_events.txt
74+
- python test/check_cutflows_cmssw10.py number_of_events.txt test/number_of_expected_events.txt
7575
```
7676
7777
::::: discussion

0 commit comments

Comments
 (0)