Skip to content

Commit

Permalink
add git status
Browse files Browse the repository at this point in the history
  • Loading branch information
barroco committed Jul 8, 2024
1 parent 542dd17 commit 942f038
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
build/workspace
!build/workspace/.gitkeep
**/.terraform
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ RUN go mod download
# In order to reliably compute the version of the build, all files must be present.
# This is required to detect a dirty workspace using `scripts/git/version.sh`.
COPY . /app
RUN git status
RUN make interuss


Expand Down

0 comments on commit 942f038

Please sign in to comment.