Skip to content

Commit

Permalink
Remove offline build from build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuvindu committed Apr 11, 2024
1 parent 83d91d9 commit 29e8dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ for dir in $(find "$BAL_EXAMPLES_DIR" -type d -maxdepth 1 -mindepth 1); do
if [[ "$dir" == *secrets ]]; then
continue
fi
(cd "$dir" && bal "$BAL_CMD" --offline && cd ..);
(cd "$dir" && bal "$BAL_CMD" && cd ..);
done

# Remove generated JAR files
Expand Down

0 comments on commit 29e8dad

Please sign in to comment.