Skip to content

Commit

Permalink
Changed nodetype to be 'python3.6' explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlpstsci committed Jun 6, 2019
1 parent d2dafba commit 7810f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ configure_cmd = "yes '' | ./waf configure --prefix=./_install ${DEFAULT_FLAGS}"

// Define each build configuration, copying and overriding values as necessary.
bc0 = new BuildConfig()
bc0.nodetype = "linux-stable"
bc0.nodetype = "python3.6"
bc0.name = "debug"
bc0.env_vars = ['PATH=./_install/bin:$PATH']
bc0.conda_channels = ['http://ssb.stsci.edu/astroconda']
Expand Down

0 comments on commit 7810f26

Please sign in to comment.