Skip to content

Commit

Permalink
Bug fix on paths after code update
Browse files Browse the repository at this point in the history
  • Loading branch information
juanangp authored Jun 13, 2022
1 parent 834a571 commit 57b5768
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
# Not used in gitlab pipeline, checks $CI_SERVER_HOST
- name: Load Gas
run: |
source framework/install/thisREST.sh
source ${{ env.REST_PATH }}/thisREST.sh
cd framework/pipeline/metadata/gas/
restRoot -b -q LoadGasFromServerAndValidate.C
# Not working, not used in gitlab pipeline
Expand Down Expand Up @@ -250,7 +250,7 @@ jobs:
path: ${{ env.REST_PATH }}
- name: TREX-DM Latest Data
run: |
source ${{ env.REST_PATH }}/install/thisREST.sh
source ${{ env.REST_PATH }}/thisREST.sh
cd framework/pipeline/trex
wget https://sultan.unizar.es/trexdm-readouts/readouts_v2.3.root
restManager --c 01_raw.rml --f R01928_tagTest_Vm_250_Vd_160_Pr_6_Gain_0x0_Shape_0xF_Clock_0x4-068.aqs
Expand Down

0 comments on commit 57b5768

Please sign in to comment.