unify output
ci/woodpecker/pr/ci Pipeline was successful Details
ci/woodpecker/pr/test-image Pipeline was successful Details

This commit is contained in:
OCram85 2024-05-17 08:59:11 +02:00
parent 803a79e380
commit 673cefd0a8
1 changed files with 5 additions and 5 deletions

View File

@ -97,22 +97,22 @@ uploadArtifact() {
say "Curl http response code: $cout" "uploadArtifact"
if [ "$cout" = "201" ]; then
say "Upload sucessfully finished." "uploadArtifact"
say "Upload sucessfully finished." "uploadArtifact"
exit 0
elif [ "$cout" = "400" ]; then
sayE "Upload failed! (Bad Request)" "uploadArtifact"
sayE "Upload failed! (Bad Request) 💣" "uploadArtifact"
exit 1
elif [ "$cout" = "409" ]; then
sayE "File already exists in package version!" "uploadArtifact"
sayE "File already exists in package version! 🛑" "uploadArtifact"
else
sayE "Unknown upload response! ($cout)" "uploadArtifact"
sayE "Unknown upload response! ($cout) 💣" "uploadArtifact"
exit 1
fi
}
main() {
if [ -n "$PLUGIN_DEBUG" ]; then
sayW "Debug mode enabled."
sayW "🐞 Debug mode enabled."
showSettings
#sayW "Available ENV vars:"
#showENV