generated from gCubeCI/Pipeline-Docker-Template
fix cleanup step
This commit is contained in:
parent
032d76252e
commit
8140852ef4
|
@ -89,7 +89,6 @@ pipeline {
|
|||
rm ${BACKUP_FILE};
|
||||
fi
|
||||
mv ${DEPLOY_FILE} ${BACKUP_FILE};
|
||||
rm ${DEPLOY_FILE};
|
||||
else
|
||||
echo "deploy file empty"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue