X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6943789309488520fddce83d0918e4c3261e779a..a05e443dbfcde94651afe783e633b08d79e2b6d1:/build/run-build-packages.sh diff --git a/build/run-build-packages.sh b/build/run-build-packages.sh index 1132827355..4d6b34c163 100755 --- a/build/run-build-packages.sh +++ b/build/run-build-packages.sh @@ -14,7 +14,7 @@ Syntax: Options: --build-bundle-packages (default: false) - Build api server and workbench packages with vendor/bundle included + Build api server package with vendor/bundle included --debug Output debug information (default: false) --target @@ -304,13 +304,14 @@ build_metapackage "arvados-user-activity" "tools/user-activity" # The cwltest package, which lives out of tree handle_cwltest "$FORMAT" "$ARCH" +# Workbench2 +package_workbench2 + # Rails packages debug_echo -e "\nRails packages\n" # The rails api server package handle_api_server "$ARCH" -# The rails workbench package -handle_workbench "$ARCH" # clean up temporary GOPATH rm -rf "$GOPATH"