From 1280d364699470477c75498480cc17cb421c201e Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Mon, 15 May 2017 14:30:08 +0200 Subject: [PATCH] Correct yum install --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 97424ba3..47a2ba4a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ stage 'Yaml-Linter' 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 yamllint' + 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 .' } -- 2.39.5