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

Commit

Permalink
fix close quote
Browse files Browse the repository at this point in the history
  • Loading branch information
chambridge committed Aug 8, 2017
1 parent 98568bf commit 3410291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -5,7 +5,7 @@ node('rhel7-np') {
sh 'sudo cp ${RHEL7_REPO} /etc/yum.repos.d/rcm-internal.repo'
}
sh "sudo cat /etc/yum.repos.d/rcm-internal.repo"
sh "sudo yum -y groupinstall 'Development Tools'
sh "sudo yum -y groupinstall 'Development Tools'"
sh "sudo yum -y install python-devel python-crypto rpm-build"
}
stage('Install') {
Expand Down

0 comments on commit 3410291

Please sign in to comment.