We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81a42ed commit d289b84Copy full SHA for d289b84
scripts/setup_workspace.sh
@@ -33,6 +33,6 @@ if [ "$CI" != true ]; then
33
git_shallow_clone "$KALISIO_GITHUB_URL/weacast/weacast-loader.git" "$WORKSPACE_DIR/weacast-loader" "${WORKSPACE_TAG:-${WORKSPACE_BRANCH:-}}"
34
fi
35
36
-setup_workspace "$WORKSPACE_DIR" "$KALISIO_GITHUB_URL/weacast/weacast-loader.git"
+setup_workspace "$WORKSPACE_DIR" "$KALISIO_GITHUB_URL/kalisio/development.git"
37
38
end_group "Setting up workspace ..."
0 commit comments