Skip to content
Snippets Groups Projects
Commit 2100178b authored by Erick Hitter's avatar Erick Hitter
Browse files

Fix templating

parent 212c7161
No related branches found
No related tags found
1 merge request!4WIP: Add additional CI checks
Pipeline #225 failed
......@@ -66,7 +66,8 @@ lint_code:
build:
stage: build
before_script: *before_script
<<: *before_script
before_script:
- go get github.com/mitchellh/gox
script:
- gox -output="${CI_PROJECT_DIR}/${PROJECT_NAME}/{{.Dir}}_{{.OS}}_{{.Arch}}" -parallel=6
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment