1
0
Fork 0

Compare commits

..

1 Commits

Author SHA1 Message Date
Fleur Kelpin b564a6e2ea chore: Add Jenkinsfile 2018-09-28 17:32:01 +02:00
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -11,7 +11,7 @@ pipeline {
stage('Retrieve build secrets') {
steps {
container('chart-testing') {
sh "chart_test.sh --no-install --all"
chart_test.sh --no-install --all
}
}
}