Skip to content

Commit

Permalink
Updated appspecs build step
Browse files Browse the repository at this point in the history
  • Loading branch information
akclace committed May 23, 2024
1 parent 8a74903 commit 66f5c43
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ before:
hooks:
- go mod download
- go mod tidy
- git clone --single-branch --depth 1 https://github.com/claceio/appspecs.git
- rm -rf appspecs/.git
- rm -rf internal/server/appspecs
- git clone -C internal/server --single-branch --depth 1 https://github.com/claceio/appspecs.git
- rm -rf internal/server/appspecs/.git
- mv appspecs internal/server
- go test -race ./...

builds:
Expand Down

0 comments on commit 66f5c43

Please sign in to comment.