diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2019-06-19 14:10:29 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-19 14:10:29 -0400 |
commit | 7f123b810c6b49498b14e01029d06e8b5e6ac839 (patch) | |
tree | 62367734278625b47c8fe9d7fbb5ead8fb77f435 /Jenkinsfile | |
parent | 98aaadd0d686909a7040d549b851cb4ccb790ef0 (diff) | |
download | jscu_refactor-7f123b810c6b49498b14e01029d06e8b5e6ac839.tar.gz |
Add git+ prefix to URL of target project in `pip` section of environment .yml file (#55)1.3.18
* Add missing git+ prefix to pip URL for source project in env dump
* Escape $
Diffstat (limited to 'Jenkinsfile')
-rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 4cc967a..25758ae 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,4 +1,4 @@ -//@Library('utils@subdirfix') _ +//@Library('utils@ymlfix') _ // [skip ci] and [ci skip] have no effect here. if (utils.scm_checkout(['skip_disable':true])) return |