Skip to content

Commit 2adb7ea

Browse files
committed
move checkout back to correct place
1 parent 178e7d6 commit 2adb7ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/bitcoin-node.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ RUN rustup component add rustfmt
4646

4747
# Copy repository to the container and checkout to predefined commit
4848
RUN git clone -b $PEER_EXTRACTOR_BRANCH --single-branch $PEER_EXTRACTOR_REPO /peer-observer
49-
RUN git checkout $PEER_EXTRACTOR_COMMIT
5049

5150
# Set working directory to the repository
5251
WORKDIR /peer-observer
52+
RUN git checkout $PEER_EXTRACTOR_COMMIT
5353

5454
# Copy scripts
5555
COPY docker/set-bpf-environment.sh scripts/set-bpf-environment.sh

0 commit comments

Comments
 (0)