Skip to content

Commit

Permalink
Merge branch 'remove-debug-from-container-release-job' into 'main'
Browse files Browse the repository at this point in the history
chore: remove debug from container release job

See merge request flattrack/flattrack!388
  • Loading branch information
BobyMCbobs committed Jul 24, 2024
2 parents 063e38f + e51fd30 commit db564d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ build-container-release:
- main
- tags
variables:
PUBLISH_FLAGS: "--sign --debug"
PUBLISH_FLAGS: "--sign"
needs:
- build-frontend-release

Expand Down

0 comments on commit db564d1

Please sign in to comment.