diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-06-28 13:46:09 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-28 13:46:09 -0400 |
commit | df5a4930072207db3afba41aa5056ab2a9e553b4 (patch) | |
tree | 21718ad483471ddeb8ad9260c4828a5cb701be26 | |
parent | d50ba69b0a6b2b74b8857121280a36b510e8e111 (diff) | |
download | hello_world-df5a4930072207db3afba41aa5056ab2a9e553b4.tar.gz |
Update Jenkinsfile
-rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 25ca988..9374a23 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,5 @@ println("Importing...") -import org.stsci.Conda +//import org.stsci.Conda println("Imported...") pipeline { |