Skip to content

Commit

Permalink
chore(test): see if whitespace rebuilds
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Mar 14, 2024
1 parent 13ed17d commit 91533a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion Dockerfile.requirements
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ WORKDIR /pip-packages/

RUN pip wheel -r /requirements.txt


# RUNTIME STAGE - Copy packages from build stage and install runtime dependencies
FROM python:3.11-alpine

Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ BLACK = black
BLACK_ARGS = --line-length 79

ISORT = isort
ISORT_ARGS = -rc
ISORT_ARGS = -rc

image := us-docker.pkg.dev/genuine-polymer-165712/codecov/codecov-slack-app
release_version := `cat VERSION`
Expand Down Expand Up @@ -77,4 +77,4 @@ push: # Used to build the app
push:
docker tag ${image}:${ENV}-${release_version}-${sha} ${image}:${ENV}-${release_version}-latest
docker push ${image}:${ENV}-${release_version}-${sha}
docker push ${image}:${ENV}-${release_version}-latest
docker push ${image}:${ENV}-${release_version}-latest

0 comments on commit 91533a5

Please sign in to comment.