mirror of
https://github.com/containers/podman.git
synced 2025-12-03 11:49:18 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user