Skip to content
Snippets Groups Projects

Fix typo in CI yml file.

Merged Nate Grieser requested to merge Typo-in-yml into 2018-patches
1 file
+ 8
8
Compare changes
  • Side-by-side
  • Inline
+ 8
8
@@ -80,7 +80,7 @@ TestWGLines_2016_BandQ:
stage: WGtest
extends: .setup_script_2016
script:
- echo -n 2018 BandQ | ./run gaudirun.py -T Phys/StrippingSelections/tests/liaisons/TestMyWGfromSelections.py
- echo -n 2016 BandQ | ./run gaudirun.py -T Phys/StrippingSelections/tests/liaisons/TestMyWGfromSelections.py
rules:
- if: $CI_COMMIT_REF_NAME =~ /BandQ/
@@ -104,7 +104,7 @@ TestWGLines_2016_BnoC:
stage: WGtest
extends: .setup_script_2016
script:
- echo -n 2018 BnoC | ./run gaudirun.py -T Phys/StrippingSelections/tests/liaisons/TestMyWGfromSelections.py
- echo -n 2016 BnoC | ./run gaudirun.py -T Phys/StrippingSelections/tests/liaisons/TestMyWGfromSelections.py
rules:
- if: $CI_COMMIT_REF_NAME =~ /BnoC/
@@ -128,7 +128,7 @@ TestWGLines_2016_B2CC:
stage: WGtest
extends: .setup_script_2016
script:
- echo -n 2018 B2CC | ./run gaudirun.py -T Phys/StrippingSelections/tests/liaisons/TestMyWGfromSelections.py
- echo -n 2016 B2CC | ./run gaudirun.py -T Phys/StrippingSelections/tests/liaisons/TestMyWGfromSelections.py
rules:
- if: $CI_COMMIT_REF_NAME =~ /B2CC/
@@ -152,7 +152,7 @@ TestWGLines_2016_B2OC:
stage: WGtest
extends: .setup_script_2016
script:
- echo -n 2018 B2OC | ./run gaudirun.py -T Phys/StrippingSelections/tests/liaisons/TestMyWGfromSelections.py
- echo -n 2016 B2OC | ./run gaudirun.py -T Phys/StrippingSelections/tests/liaisons/TestMyWGfromSelections.py
rules:
- if: $CI_COMMIT_REF_NAME =~ /B2OC/
@@ -176,7 +176,7 @@ TestWGLines_2016_Charm:
stage: WGtest
extends: .setup_script_2016
script:
- echo -n 2018 Charm | ./run gaudirun.py -T Phys/StrippingSelections/tests/liaisons/TestMyWGfromSelections.py
- echo -n 2016 Charm | ./run gaudirun.py -T Phys/StrippingSelections/tests/liaisons/TestMyWGfromSelections.py
rules:
- if: $CI_COMMIT_REF_NAME =~ /Charm/
@@ -200,7 +200,7 @@ TestWGLines_2016_QEE:
stage: WGtest
extends: .setup_script_2016
script:
- echo -n 2018 QEE | ./run gaudirun.py -T Phys/StrippingSelections/tests/liaisons/TestMyWGfromSelections.py
- echo -n 2016 QEE | ./run gaudirun.py -T Phys/StrippingSelections/tests/liaisons/TestMyWGfromSelections.py
rules:
- if: $CI_COMMIT_REF_NAME =~ /QEE/
@@ -224,7 +224,7 @@ TestWGLines_2016_Semileptonic:
stage: WGtest
extends: .setup_script_2016
script:
- echo -n 2018 Semileptonic | ./run gaudirun.py -T Phys/StrippingSelections/tests/liaisons/TestMyWGfromSelections.py
- echo -n 2016 Semileptonic | ./run gaudirun.py -T Phys/StrippingSelections/tests/liaisons/TestMyWGfromSelections.py
rules:
- if: $CI_COMMIT_REF_NAME =~ /Semileptonic/
@@ -248,7 +248,7 @@ TestWGLines_2016_IFT:
stage: WGtest
extends: .setup_script_2016
script:
- echo -n 2018 IFT | ./run gaudirun.py -T Phys/StrippingSelections/tests/liaisons/TestMyWGfromSelections.py
- echo -n 2016 IFT | ./run gaudirun.py -T Phys/StrippingSelections/tests/liaisons/TestMyWGfromSelections.py
rules:
- if: $CI_COMMIT_REF_NAME =~ /IFT/
Loading