Skip to content

Commit 2c3a694

Browse files
committed
shell example
1 parent ea086fd commit 2c3a694

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)