chore: debug
This commit is contained in:
parent
cd64f99a6f
commit
a74392fec5
|
@ -5,6 +5,8 @@ export INPUT_NODE=$1
|
||||||
export INPUT_SEED=$2
|
export INPUT_SEED=$2
|
||||||
export INPUT_FOLDER=$3
|
export INPUT_FOLDER=$3
|
||||||
|
|
||||||
|
echo "ARGS:" $@
|
||||||
|
|
||||||
# Providing a default value for INPUT_FOLDER if not set
|
# Providing a default value for INPUT_FOLDER if not set
|
||||||
if [ -z "$INPUT_FOLDER" ]
|
if [ -z "$INPUT_FOLDER" ]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Reference in New Issue