We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 125975f commit a5a2eccCopy full SHA for a5a2ecc
JenkinsfileDeploy
@@ -31,7 +31,7 @@ stage('Production PR') {
31
git clone [email protected]:eth-cscs/production.git
32
cd production/easybuild/easyconfigs/r/reframe
33
git checkout -b reframe/${version}
34
- sed -r "s/(version\s*=\\s*)'${ebTemplate}'/\\1'${version}'/g" reframe-${ebTemplate}.eb > reframe-${version}.eb
+ sed -r "s/(version\\s*=\\s*)'${ebTemplate}'/\\1'${version}'/g" reframe-${ebTemplate}.eb > reframe-${version}.eb
35
git add reframe-${version}.eb
36
git commit -m "Add recipe for ReFrame version ${version}"
37
git push origin HEAD
0 commit comments