feat: try run salix back
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Alex Moreno 2024-09-20 15:09:55 +02:00
parent 5e1d4ea529
commit fdc60b6322
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -93,7 +93,7 @@ pipeline {
}
steps {
sh 'docker pull $IMAGE:$GIT_BRANCH'
sh 'docker run -d --name $GIT_BRANCH $IMAGE:$GIT_BRANCH'
sh 'docker run --name $GIT_BRANCH $IMAGE:$GIT_BRANCH'
}
post {
always {