init
This commit is contained in:
parent
ada221020b
commit
632aad92d1
@ -78,7 +78,7 @@ spec:
|
|||||||
for TARGET in "$@"; do
|
for TARGET in "$@"; do
|
||||||
SRC=$(echo "$SOURCES" | cut -d' ' -f1)
|
SRC=$(echo "$SOURCES" | cut -d' ' -f1)
|
||||||
SOURCES=$(echo "$SOURCES" | cut -s -d' ' -f2-)
|
SOURCES=$(echo "$SOURCES" | cut -s -d' ' -f2-)
|
||||||
TARGET_PATH="/workspace/base/$(params.context)/source/$(params.workspaceName)/${TARGET}""
|
TARGET_PATH="/workspace/base/$(params.context)/source/$(params.workspaceName)/${TARGET}"
|
||||||
|
|
||||||
ls -al $SRC/src
|
ls -al $SRC/src
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user