Skip to content

Commit

Permalink
prevent checkout to new branch
Browse files Browse the repository at this point in the history
  • Loading branch information
cherusk committed Nov 24, 2023
1 parent 2dbaa11 commit 496fcef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN set -ex \
# interim -- install ss2 from forked pyroute2
RUN /bin/bash -c "git clone https://github.com/cherusk/pyroute2.git \
&& pushd pyroute2 \
&& git checkout -B origin/ss2_patch_class_level_data \
&& git checkout origin/ss2_patch_class_level_data \
&& python3 setup.py install \
&& popd \
&& rmdir --ignore-fail-on-non-empty pyroute2"
Expand Down

0 comments on commit 496fcef

Please sign in to comment.