Commit b24d0161ed044b6a0dc92bfcbd0b540f2771b07e
1 parent
ec1921e4f4
Exists in
master
and in
2 other branches
Remove -ti flags
Showing 1 changed file with 1 additions and 1 deletions
kea_logs.groovy
View file @
b24d016
... | ... | @@ -26,7 +26,7 @@ |
26 | 26 | script { |
27 | 27 | docker.withServer("$DEPLOYMENT_HOST", "$DEPLOYMENT_HOST_CREDENTIALS") { |
28 | 28 | docker.withRegistry("$PRIVATE_REGISTRY" , 'artifactory') { |
29 | - sh 'docker exec -ti kea_api tail storage/logs/laravel.log' | |
29 | + sh 'docker exec kea_api tail storage/logs/laravel.log' | |
30 | 30 | } |
31 | 31 | } |
32 | 32 | } |