Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Neagu committed Jan 19, 2023
1 parent 1f6d4f8 commit 5a989b1
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 @@ -70,7 +70,7 @@ RUN set -ex && \
# cloning and installing ooil
RUN git clone -n ${REPO_NAME} ${CLONE_DIR} && \
cd ${CLONE_DIR} && \
git checkout -b ${BRANCH_NAME} ${COMMIT_SHA} && \
git checkout -B ${BRANCH_NAME} ${COMMIT_SHA} && \
# install ooil and requirements
cd ${CLONE_DIR}/packages/service-integration && \
pip install --no-cache-dir --upgrade pip docker-compose==${DOCKER_COMPOSE_VERSION} && \
Expand Down

0 comments on commit 5a989b1

Please sign in to comment.