Skip to content

Commit 1813b3d

Browse files
author
Nikita Khateev
authored
Merge pull request #419 from anikitinDSR/fix_cd
Pin plumbum and six versions in CD.
2 parents 03e80e9 + bd37b2c commit 1813b3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devops/aws-codebuild/Jenkinsfile.cd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ LIBINDY_VERSION = "1.12.0-96"
2020

2121
def downloadPackagingUtils() {
2222
git branch: sovrinPackagingBranch, credentialsId: gitHubUserCredId, url: sovrinPackagingRepo
23-
sh "pip3 install -U plumbum deb-pkg-tools"
23+
sh "pip3 install -U plumbum==1.6.7 deb-pkg-tools six==1.12.0"
2424
}
2525

2626
// TODO set proper labels

0 commit comments

Comments
 (0)