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 9ce3fb0 commit 6b50f9eCopy full SHA for 6b50f9e
examples/client/multi-image/generate-clone.sh
@@ -9,7 +9,12 @@ le:testcontainer:2.4,\
9
login-app-ui:testcontainer:2.4,\
10
nlv:testcontainer:2.4"
11
12
+SPECFILE=~/Documents/Ciena/excelparameters/BP_SampleProduct.xlsx
13
+
14
+ls -l $SPECFILE
15
16
COMMAND="python3 examples/client/multi-image/manage_project_structure.py"
17
-$COMMAND -u $BD_URL -t token -nv -pg "Test Group" -p P3 -pv 2.4 -sp $SUBPROJECTS --clone-from 2.3 $@
18
+# $COMMAND -u $BD_URL -t token -nv -pg "Test Group" -p P3 -pv 2.4 -sp $SUBPROJECTS --clone-from 2.3 $@
19
+$COMMAND -u $BD_URL -t token -nv -pg "Test Group" -p P3 -pv 2.4 -ssf $SPECFILE --clone-from 2.3 $@
20
0 commit comments