Skip to content

Commit

Permalink
Try ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksKnezevic committed Sep 17, 2024
1 parent a26338f commit c97400e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ RUN echo "Building $PROJECT_NAME at $GIT_SHA"
RUN mkdir -p $BUILD_DIR && \
mkdir -p $TTMLIR_TOOLCHAIN_DIR

# Clone tt-mlir
RUN git clone https://github.com/tenstorrent/$PROJECT_NAME.git $BUILD_DIR/$PROJECT_NAME && \
# Clone the project and update submodules
RUN git clone git@github.com:tenstorrent/$PROJECT_NAME.git $BUILD_DIR/$PROJECT_NAME && \
cd $BUILD_DIR/$PROJECT_NAME && \
git checkout $GIT_SHA

Expand Down

0 comments on commit c97400e

Please sign in to comment.