Skip to content

Commit

Permalink
no fails when git repo is missing
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Neagu committed Apr 28, 2022
1 parent 6602f7f commit 30c535d
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 @@ -7,7 +7,7 @@ LABEL org.opencontainers.image.licenses="MIT"

ARG REPO_NAME="https://github.com/GitHK/osparc-simcore-forked.git"
ARG BRANCH_NAME="service-integration-library-additions"
ARG COMMIT_SHA="b0ebe6887b55eb31100cbe62c1d8652480f40980"
ARG COMMIT_SHA="dcc80c7b563442828cba9f754facf2e75641f4fc"
ARG CLONE_DIR="/opsarc"
ARG PYTHON_VERSION="3.8.10"
ARG DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit 30c535d

Please sign in to comment.