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 67a4614
Showing 1 changed file with 1 addition and 0 deletions.
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 67a4614

Please sign in to comment.