Skip to content
Snippets Groups Projects
Commit 38c49042 authored by Raphael Defosseux's avatar Raphael Defosseux
Browse files

fix(ci): typo

parent 8138d68c
No related branches found
No related tags found
No related merge requests found
......@@ -158,7 +158,9 @@ pipeline {
}
unsuccessful {
script {
sh 'docker-compose -f docker-compose-no-nrf.yaml down || true'
dir('docker-compose') {
sh 'docker-compose -f docker-compose-no-nrf.yaml down || true'
}
sh 'echo "DEPLOYMENT: KO without NRF"'
}
}
......
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