Skip to content

Commit

Permalink
replace deprecated flags
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelEischer committed Jul 5, 2024
1 parent 8e1b92e commit eca7eee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ release:
# DOCKER_USERNAME: $CI_REGISTRY_USER
# DOCKER_PASSWORD: $CI_REGISTRY_PASSWORD
script:
- goreleaser release --rm-dist
- goreleaser release --clean
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ build: ## Build CalendarSync
-o bin/$(BINARY_NAME) cmd/calendarsync/main.go

build_goreleaser:
goreleaser build --snapshot --rm-dist
goreleaser build --snapshot --clean

clean: ## Clean build assets
rm -rf ./bin
Expand Down

0 comments on commit eca7eee

Please sign in to comment.