]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
Correct jenkinsfile
authorPhilipp Dallig <philipp.dallig@pixelpark.com>
Mon, 15 May 2017 12:31:10 +0000 (14:31 +0200)
committerPhilipp Dallig <philipp.dallig@pixelpark.com>
Mon, 15 May 2017 12:31:10 +0000 (14:31 +0200)
Jenkinsfile

index 47a2ba4aa95dd5d27125ed3e35af842755cf75ea..eefb88f7499f111f80f282d225991227a228d8c4 100644 (file)
@@ -4,6 +4,5 @@ node("mesos") {
   deleteDir()
   git credentialsId: 'd1d6ad59-8d5a-45b4-acfb-64a36d7fd8cd', url: 'git@git.pixelpark.com:puppet/hiera.git', branch: "${BRANCH_NAME}"
   sh '/bin/yum install -y yamllint'
-  sh '/usr/local/rvm/wrappers/default/bundle install --path vendor --without system_tests'
   sh '/usr/bin/yamllint -c yamllint.config .'
 }