Skip to content
Snippets Groups Projects

Fix variable interpolation for obs-installability parameter

Merged Luis Araujo requested to merge wip/araujo/fix-interpolating-params into apertis/v2020pre
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -18,7 +18,7 @@ pipeline {
test -n "${params.RELEASE}" && RELEASE=${params.RELEASE}
export HOME=/tmp
./obs-installability/obs-installability $RELEASE junit.xml
./obs-installability/obs-installability \$RELEASE junit.xml
"""
}
}
Loading