Skip to content

Commit

Permalink
Merge pull request #62 from werf/correction_commit
Browse files Browse the repository at this point in the history
fix: correction release
  • Loading branch information
distorhead authored Sep 16, 2021
2 parents 43bb14c + d06a049 commit 18c06d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trdl.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
docker_image: golang:1.17-alpine@sha256:13919fb9091f6667cb375d5fdf016ecd6d3a5d5995603000d422b04583de4ef9
commands:
- go install github.com/mitchellh/gox@8c3b2b9e647dc52457d6ee7b5adcf97e2bafe131
- cd client && ./scripts/ci/build_release_v2.sh {{ .Tag }} && cp -a release-build/{{ .Tag }}/* /result
- go install github.com/mitchellh/gox@8c3b2b9e647dc52457d6ee7b5adcf97e2bafe131
- cd client && ./scripts/ci/build_release_v2.sh {{ .Tag }} && cp -a release-build/{{ .Tag }}/* /result

0 comments on commit 18c06d0

Please sign in to comment.