Skip to content

Commit

Permalink
Remove meta-existence check
Browse files Browse the repository at this point in the history
  • Loading branch information
Old-Shatterhand committed Sep 22, 2023
1 parent 360e208 commit 6dd7f82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ build_package(){
done

build_command+=" --output-folder . --no-test "
if [ -z "$INPUT_FOLDER" ]
if [ -z $INPUT_FOLDER ]
then
build_command+="."
else
Expand All @@ -54,6 +54,6 @@ upload_package(){
}

go_to_build_dir
check_if_meta_yaml_file_exists
# check_if_meta_yaml_file_exists
build_package
upload_package

0 comments on commit 6dd7f82

Please sign in to comment.