Just formatting a message.

This commit is contained in:
Manuele Simi 2019-10-11 09:22:51 -04:00
parent 1b642328ec
commit 2d556dc0ef
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -105,7 +105,7 @@ pipeline {
steps {
sh '''
if [ "$CLEANUP_GCUBE_REPO" = "true" ]; then
echo "REmove gCube artifacts from local repository"
echo "Remove gCube artifacts from local repository"
rm -rf $MAVEN_LOCAL_REPO/org/gcube
fi
if [ "$CLEANUP_LOCAL_REPO" = "true" ]; then