Skip to content
Snippets Groups Projects

WS-702 Added yaml and sh scripts to build go modules via CI

Merged Nathan Bockisch requested to merge WS-702 into main
1 unresolved thread
@@ -45,7 +45,7 @@ go-{go_name}-build:
variables:
GIT_SUBMODULE_STRATEGY: recursive
before_script:
- apk add git
- apk add git curl
script:
- echo "Building module - {go_name}"
- /builds/ssa/workspaces/ci/bin/build-go.sh {go_name}
Loading