Skip to content
Snippets Groups Projects
Unverified Commit 851bfdd2 authored by Sebastian Höffner's avatar Sebastian Höffner
Browse files

Fixing typo in Jenkinsfile: deploy.yaml -> deploy.yml

parent fe35f7c9
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ pipeline {
stage('deploy') {
steps {
sh 'docker-compose -f docker-compose.deploy.yaml --project-name litmus up --detach --renew-anon-volumes --force-recreate'
sh 'docker-compose -f docker-compose.deploy.yml --project-name litmus up --detach --renew-anon-volumes --force-recreate'
}
when {
branch 'master'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment