Skip to content

Commit f8147c7

Browse files
committed
fix: Debug cloudbuild further
I'm still not getting the right version value in the created container.
1 parent d54b137 commit f8147c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ COPY ./src ./src
3333
RUN rm ./target/release/deps/taskbroker*
3434
RUN cargo build --release
3535

36+
RUN echo "${TASKBROKER_GIT_REVISION} : ${TASKBROKER_VERSION}";
3637
RUN echo "${TASKBROKER_VERSION}" > ./VERSION
3738

3839
# Runtime image

0 commit comments

Comments
 (0)