Skip to content
This repository has been archived by the owner on Jun 6, 2021. It is now read-only.

Commit

Permalink
changed ci to support packr2
Browse files Browse the repository at this point in the history
fixes #35
  • Loading branch information
thexyno committed Oct 11, 2019
1 parent ec26eb7 commit cf56583
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .gitlab-ci.yml
Expand Up @@ -21,9 +21,8 @@ lint_code:
build:
stage: build
script:
- go build -x cmd/wtfd.go
- go get -u github.com/gobuffalo/packr/v2/packr2
- $(go env GOPATH)/bin/packr2 build -ldflags="-s -w" cmd/wtfd.go
artifacts:
paths:
- wtfd
- html/*
- challs.json
- cmd/wtfd

0 comments on commit cf56583

Please sign in to comment.