Skip to content

Commit

Permalink
chore: upgrade goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienaury committed Sep 15, 2024
1 parent 48caa2b commit c284627
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ targets:
# neon -props '{testsuites: "<test suite filename>"}' test-int-debug
test-int-debug:
doc: "Run all integration tests"
depends: ["info","compile"]
depends: ["info", "compile"]
steps:
- delete: venom*.log
- $: venom run test/suites/={testsuites}
Expand Down Expand Up @@ -282,9 +282,9 @@ targets:
1x: true
- if: snapshot
then:
- $: goreleaser release -f ={BUILD_DIR}/.goreleaser.yml --rm-dist --snapshot
- $: goreleaser release -f ={BUILD_DIR}/.goreleaser.yml --clean --snapshot
else:
- $: (export GITHUB_TOKEN=={GITHUB_TOKEN}; goreleaser release -f ={BUILD_DIR}/.goreleaser.yml --rm-dist)
- $: (export GITHUB_TOKEN=={GITHUB_TOKEN}; goreleaser release -f ={BUILD_DIR}/.goreleaser.yml --clean)
- $: go mod tidy

# run "neon -props '{dockerfiles: {"path/to/Dockerfile1": "path/to/root/build/context"}}' docker" to build specific Dockerfiles
Expand Down

0 comments on commit c284627

Please sign in to comment.