We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea086fd commit 2c3a694Copy full SHA for 2c3a694
examples/client/multi-image/generate-clone.sh
@@ -0,0 +1,15 @@
1
+# Generate baseline project
2
+#
3
+# Project - container mapping
4
+
5
+SUBPROJECTS="\
6
+dashboard-ui:testcontainer:2.4,\
7
+docs-ui:testcontainer:2.4,\
8
+le:testcontainer:2.4,\
9
+login-app-ui:testcontainer:2.4,\
10
+nlv:testcontainer:2.4"
11
12
+COMMAND="python3 examples/client/multi-image/manage_project_structure.py"
13
14
+$COMMAND -u $BD_URL -t token -nv -p P3 -pv 2.4 -sp $SUBPROJECTS --clone-from 2.3 $@
15
0 commit comments