File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 33echo " ---------------- Downloading Guides -----------------------------"
44GIT_ORG=" https://github.com/testcontainers"
55GUIDE_REPOS=(
6- ' tc-guide-introducing- testcontainers'
6+ ' tc-guide-getting-started-with- testcontainers-for-java '
77 ' tc-guide-testing-spring-boot-rest-api'
88 ' tc-guide-testcontainers-lifecycle'
99 ' tc-guide-configuration-of-services-running-in-container'
@@ -23,10 +23,10 @@ for repo_name in "${GUIDE_REPOS[@]}"; do
2323 cp -r " ${GUIDE_REPOS_CLONE_DIR} /${repo_name} /guide/." " ${GUIDES_TARGET_DIR} "
2424done
2525
26- echo " Cloning ${GIT_ORG} /tc-guide-getting-started-with- testcontainers-for-java .git"
27- 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 /"
28- rm -rf " ${GUIDES_TARGET_DIR:? } /tc-guide-getting-started-with- testcontainers-for-java "
29- cp -r " ${GUIDE_REPOS_CLONE_DIR} /tc-guide-getting-started-with- testcontainers-for-java /guide/." " ${GUIDES_TARGET_DIR} "
26+ echo " Cloning ${GIT_ORG} /tc-guide-introducing- testcontainers.git"
27+ git clone -b generic-tc-intro " ${GIT_ORG} /tc-guide-introducing- testcontainers.git" " ${GUIDE_REPOS_CLONE_DIR} /tc-guide-introducing- testcontainers/"
28+ rm -rf " ${GUIDES_TARGET_DIR:? } /tc-guide-introducing- testcontainers"
29+ cp -r " ${GUIDE_REPOS_CLONE_DIR} /tc-guide-introducing- testcontainers/guide/." " ${GUIDES_TARGET_DIR} "
3030
3131echo " ------------------Guides Setup Completed ---------------------------"
3232
You can’t perform that action at this time.
0 commit comments