Just formatting a message.
This commit is contained in:
parent
1b642328ec
commit
2d556dc0ef
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue