Cirrus: Reimplement release archive + upload

The initial implementation was far more complicated than necessary.
Strip out the complexities in favor of a simpler and more direct
approach.

Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
Chris Evich
2019-08-01 07:31:04 -04:00
parent 8e46106f42
commit 370b1a887c
18 changed files with 326 additions and 292 deletions

View File

@@ -65,10 +65,6 @@ case "$SPECIALMODE" in
make local${TESTSUITE}
fi
;;
windows) ;& # for podman-remote building only
darwin)
warn '' "No $SPECIALMODE remote client integration tests configured"
;;
*)
die 110 "Unsupported \$SPECIALMODE: $SPECIALMODE"
esac