Skip to content
Snippets Groups Projects

Pipeline

Closed Gideon Bensch requested to merge s76867/webservice-devops:pipeline into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -32,7 +32,7 @@ build-job:
@@ -32,7 +32,7 @@ build-job:
- echo "installing dependencies..."
- echo "installing dependencies..."
- go get -t ./...
- go get -t ./...
- echo "building artifact..."
- echo "building artifact..."
- go build -o .artifacts/artifact.bin ./*.go
- go build -o ./artifacts/artifact.bin ./*.go
artifacts:
artifacts:
paths:
paths:
- ./artifacts
- ./artifacts
Loading