fix sintax

This commit is contained in:
Roberto Cirillo 2022-04-22 17:03:16 +02:00
parent a7fe3fc03f
commit b8856075f5
1 changed files with 0 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -31,9 +31,7 @@ pipeline {
steps {
sh '''
date=`date`
// if [ ! -e $DEPLOY_FILE] then
touch $DEPLOY_FILE
// fi
'''
}
}