Skip to content

Commit e1b2877

Browse files
author
Vasileios Karakasis
authored
Merge pull request #1587 from teojgo/ci/deploy_base_3.3-dev0
[ci] Change base eb recipe for deployment to 3.3-dev0
2 parents 58cfb68 + df59920 commit e1b2877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JenkinsfileDeploy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ def tag = env.TAG_NAME
22
def version = tag.substring(1) // Remove the first character of the tag which is 'v'
33
def machines = '[dom daint tsa]' // To be included in the PR title
44
def reviewersPR = 'teojgo,vkarak' // The Github usernames requested for review
5-
def ebTemplate = '3.1-dev0' // The eb recipe of ReFrame to use as template
5+
def ebTemplate = '3.3-dev0' // The eb recipe of ReFrame to use as template
66

77
stage('Deploy Tests') {
88
node('daint') {

0 commit comments

Comments
 (0)