Skip to content

Commit

Permalink
fix build script for ga version
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottSuarez committed Oct 31, 2023
1 parent bf0bb30 commit d07ac92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ mmv1:
cd mmv1;\
bundle; \
if [ "$(VERSION)" == "ga" ]; then \
bundle exec compiler.rb -a -e terraform -o $(LOCAL_PATH) -v ga --no-docs; \
bundle exec compiler.rb -a -e terraform -o $(LOCAL_PATH) -v ga --no-code; \
bundle exec compiler.rb -a -e terraform -o $(OUTPUT_PATH) -v ga --no-docs; \
bundle exec compiler.rb -a -e terraform -o $(OUTPUT_PATH) -v ga --no-code; \
else \
bundle exec compiler.rb -e terraform -o $(OUTPUT_PATH) -v $(VERSION) $(mmv1_compile); \
fi
Expand Down

0 comments on commit d07ac92

Please sign in to comment.