Skip to content

Commit

Permalink
PMM-12899 add dist directory to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ademidoff committed Nov 5, 2024
1 parent a8756ab commit be7405e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,6 @@ api-tests/pmm-api-tests-output.txt
api-tests/pmm-api-tests-junit-report.xml

packer.log

# Goreleaser
dist/
2 changes: 1 addition & 1 deletion build/local/build
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ main() {
run_build_script build-client-rpm
fi

# Building client docker image takes from 17s (using docker cache) to 43s (no docker cache).
# Building client docker image takes from 17s (using docker cache) to 43s (no docker cache).
export DOCKER_CLIENT_TAG=percona/pmm-client:${GIT_COMMIT}
if [ "$NO_CLIENT_DOCKER" -eq 0 ]; then
run_build_script build-client-docker
Expand Down

0 comments on commit be7405e

Please sign in to comment.