Update .gitlab-ci.yml file, remove build artifacts, no need for those atm and just wasting gitgud disk space :x

master
Thomas Lynch 2 years ago
parent a4d16fc25f
commit f4dd1ae9e7
  1. 6
      .gitlab-ci.yml

@ -17,9 +17,9 @@ compile:
script:
- mkdir -p mybinaries
- go build -o mybinaries ./...
artifacts:
paths:
- mybinaries
# artifacts:
# paths:
# - mybinaries
pages:
stage: deploy

Loading…
Cancel
Save