Skip to content

Commit

Permalink
Check if we have git available
Browse files Browse the repository at this point in the history
  • Loading branch information
markusthoemmes committed Jul 31, 2024
1 parent 62a9591 commit e5f2d84
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 @@ -6,5 +6,6 @@ COPY go.mod go.sum ./
RUN go mod download && go mod verify

COPY . .
RUN git rev-parse HEAD
RUN go build -o /usr/local/bin/deploy ./deploy && \
go build -o /usr/local/bin/delete ./delete

0 comments on commit e5f2d84

Please sign in to comment.