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 3
3
echo " ---------------- Downloading Guides -----------------------------"
4
4
GIT_ORG=" https://github.com/testcontainers"
5
5
GUIDE_REPOS=(
6
- ' tc-guide-introducing- testcontainers'
6
+ ' tc-guide-getting-started-with- testcontainers-for-java '
7
7
' tc-guide-testing-spring-boot-rest-api'
8
8
' tc-guide-testcontainers-lifecycle'
9
9
' tc-guide-configuration-of-services-running-in-container'
@@ -23,10 +23,10 @@ for repo_name in "${GUIDE_REPOS[@]}"; do
23
23
cp -r " ${GUIDE_REPOS_CLONE_DIR} /${repo_name} /guide/." " ${GUIDES_TARGET_DIR} "
24
24
done
25
25
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} "
30
30
31
31
echo " ------------------Guides Setup Completed ---------------------------"
32
32
You can’t perform that action at this time.
0 commit comments