[FEATURE] Auto Oasis Test
This commit is contained in:
parent
53ffe7cfe9
commit
ee47f45ec9
1 changed files with 5 additions and 5 deletions
10
action.yml
10
action.yml
|
@ -34,11 +34,11 @@ runs:
|
||||||
env_len=${#env_list[@]}
|
env_len=${#env_list[@]}
|
||||||
|
|
||||||
# Ensure lengths match
|
# Ensure lengths match
|
||||||
if [ "$path_len" != "$env_len" ];
|
# if [ "$path_len" != "$env_len" ];
|
||||||
then
|
# then
|
||||||
echo "Input must match the output!"
|
# echo "Input must match the output!"
|
||||||
exit 1;
|
# exit 1;
|
||||||
fi
|
# fi
|
||||||
|
|
||||||
# For each environment
|
# For each environment
|
||||||
for i in "${!path_list[@]}";
|
for i in "${!path_list[@]}";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue