File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,6 @@ for repo_name in "${GUIDE_REPOS[@]}"; do
2424 cp -r " ${GUIDE_REPOS_CLONE_DIR} /${repo_name} /guide/." " ${GUIDES_TARGET_DIR} "
2525done
2626
27- echo " Cloning ${GIT_ORG} /tc-guide-getting-started-with-testcontainers-for-java.git"
28- git clone -b generic-tc-intro " ${GIT_ORG} /tc-guide-getting-started-with-testcontainers-for-java.git" " ${GUIDE_REPOS_CLONE_DIR} /tc-guide-getting-started-with-testcontainers-for-java/"
29- rm -rf " ${GUIDES_TARGET_DIR:? } /tc-guide-getting-started-with-testcontainers-for-java"
30- cp -r " ${GUIDE_REPOS_CLONE_DIR} /tc-guide-getting-started-with-testcontainers-for-java/guide/." " ${GUIDES_TARGET_DIR} "
31-
3227echo " ------------------Guides Setup Completed ---------------------------"
3328
3429# output some version numbers:
You can’t perform that action at this time.
0 commit comments