generated from gCubeCI/Pipeline-Docker-Template
fix sintax
This commit is contained in:
parent
56c64cc83f
commit
a7fe3fc03f
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
* Deploy components to the D4Science Infrastructure (dev-only)
|
* Deploy components to the D4Science Infrastructure (dev-only)
|
||||||
*
|
*
|
||||||
* Manuele Simi (ISTI-CNR)
|
* Roberto Cirillo (ISTI-CNR)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// related jenkins job: https://jenkins.d4science.org/job/gCubeDeployer/
|
// related jenkins job: https://jenkins.d4science.org/job/gCubeDeployer/
|
||||||
|
@ -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