From: Philipp Dallig Date: Mon, 15 May 2017 12:31:10 +0000 (+0200) Subject: Correct jenkinsfile X-Git-Tag: v0.1.0~3004 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=cdf0992e06a6ddfbca95954c2e5a746c370b3e10;p=pixelpark%2Fhiera.git Correct jenkinsfile --- diff --git a/Jenkinsfile b/Jenkinsfile index 47a2ba4a..eefb88f7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 .' }