Skip to content

Commit

Permalink
Fixed string comparison code
Browse files Browse the repository at this point in the history
  • Loading branch information
vania-pooh committed Dec 20, 2023
1 parent 27d90bc commit 269ffa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ for package in moon moon2 browser-ops license-ops boot; do
helm package "$package" --destination "$output_dir" --version "$version"
done
cd "$output_dir"
if [ -n "$regenerate" ] -a [ "$regenerate" == "true" ]; then
if [ -n "$regenerate" ] -a [ "$regenerate" = "true" ]; then
regenerateDir="regenerate"
mkdir -p "$regenerateDir"
pushd "$regenerateDir"
Expand Down

0 comments on commit 269ffa7

Please sign in to comment.