Add Galaxy build and deployment workflows
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
# Compatibility entrypoint for building and uploading Galaxy to Hermes.
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
exec "$SCRIPT_DIR/build-and-deploy-hermes.sh" "$@"
|
||||
Reference in New Issue
Block a user