Remove extra quote (#3829)

This commit is contained in:
Simon Bomm 2022-08-11 13:58:54 +02:00 committed by GitHub
parent 5ee3511dca
commit 495237f316
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ stage('RPM Delivery') {
fi
FILELIST=${FILELIST},$package
done
curl -u $NEXUS_USERNAME:$NEXUS_PASSWORD -H \"Content-Type: multipart/form-data\" -T \"{$FILELIST}\" https://apt.centreon.com/repository/$REPO/"
curl -u $NEXUS_USERNAME:$NEXUS_PASSWORD -H \"Content-Type: multipart/form-data\" -T \"{$FILELIST}\" https://apt.centreon.com/repository/$REPO/
'''
}
}