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