Skip to content

Commit 2f43bcc

Browse files
committed
echo
1 parent 9956c6a commit 2f43bcc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ RUN apt install -y gcc-arm-linux-gnueabihf
77
RUN rustup target add arm-unknown-linux-gnueabihf
88
# cloning and building
99
WORKDIR /usr/src/app
10+
RUN echo "Cloning branch: ${GH_BRANCH}"
1011
RUN git clone --branch ${GH_BRANCH} --single-branch https://github.com/manio/aa-proxy-rs .
1112
RUN cargo build --release
1213
RUN arm-linux-gnueabihf-strip target/arm-unknown-linux-gnueabihf/release/aa-proxy-rs

0 commit comments

Comments
 (0)