generated from gCubeCI/Pipeline-Docker-Template
fix sintax
This commit is contained in:
parent
a7fe3fc03f
commit
b8856075f5
|
@ -31,9 +31,7 @@ pipeline {
|
||||||
steps {
|
steps {
|
||||||
sh '''
|
sh '''
|
||||||
date=`date`
|
date=`date`
|
||||||
// if [ ! -e $DEPLOY_FILE] then
|
|
||||||
touch $DEPLOY_FILE
|
touch $DEPLOY_FILE
|
||||||
// fi
|
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue