Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kltm committed Feb 4, 2025
1 parent a84c1e4 commit eecb350
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@ pipeline {
].join(" ")
// WARNING: hard-coded for the moment.
GOLR_INPUT_GAFS = [
"http://skyhook.berkeleybop.org/confinement-for-pipeline-388/union1.gaf.gz"
"http://skyhook.berkeleybop.org/confinement-for-pipeline-388/union2.gaf.gz"
"http://skyhook.berkeleybop.org/confinement-for-pipeline-388/union3.gaf.gz"
"http://skyhook.berkeleybop.org/confinement-for-pipeline-388/union1.gaf.gz",
"http://skyhook.berkeleybop.org/confinement-for-pipeline-388/union2.gaf.gz",
"http://skyhook.berkeleybop.org/confinement-for-pipeline-388/union3.gaf.gz",
"http://skyhook.berkeleybop.org/confinement-for-pipeline-388/union4.gaf.gz"
].join(" ")
GOLR_INPUT_PANTHER_TREES = [
Expand Down

0 comments on commit eecb350

Please sign in to comment.