Skip to content
Snippets Groups Projects
Commit f2e195b8 authored by Gideon Bensch's avatar Gideon Bensch
Browse files

Update .gitlab-ci.yml file

parent 2a319836
No related branches found
No related tags found
1 merge request!25Pipeline
......@@ -32,7 +32,7 @@ build-job:
- echo "installing dependencies..."
- go get -t ./...
- echo "building artifact..."
- go build -o .artifacts/artifact.bin ./*.go
- go build -o ./artifacts/artifact.bin ./*.go
artifacts:
paths:
- ./artifacts
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment