Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
remove python3 version check
Browse files Browse the repository at this point in the history
  • Loading branch information
chambridge committed Aug 8, 2017
1 parent 4fe771a commit 2f969b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Jenkinsfile
Expand Up @@ -7,7 +7,6 @@ node('rhel7-np') {
sh "sudo cat /etc/yum.repos.d/rcm-internal.repo"
sh "sudo yum -y groupinstall 'Development Tools'"
sh "sudo yum -y install python-devel python-crypto rpm-build"
sh "python3 -V"
}
stage('Install') {
checkout scm
Expand Down

0 comments on commit 2f969b3

Please sign in to comment.