Skip to content

Commit

Permalink
test: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinab25 committed Jan 23, 2024
1 parent 7a6099c commit 591e80c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ pipeline {
script {
try {
checkout scm
sh '''sed -i "s|eeacms/marine-backend|${IMAGE_NAME}|g" devel/Dockerfile'''
sh '''docker build -t ${IMAGE_NAME} .'''
// sh '''docker run -i --name=${IMAGE_NAME} -e EXCLUDE="${EXCLUDE}" -e GIT_BRANCH="${CHANGE_TARGET:-$GIT_BRANCH}" ${IMAGE_NAME}-devel /debug.sh tests'''
} finally {
Expand Down

0 comments on commit 591e80c

Please sign in to comment.