Skip to content

Commit

Permalink
fix make file
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottSuarez committed Oct 30, 2023
1 parent 300e2b4 commit 52780e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
else
export VERSION=beta
fi
make clean-provider OUTPUT_PATH=""
make clean-provider
make provider
elif [ "$GH_REPO" == "terraform-google-conversion" ]; then
UPSTREAM_OWNER=GoogleCloudPlatform
Expand Down
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ tgc:
tf-ocis:
cd mmv1;\
bundle;\
bundle exec compiler.rb -a -e terraform -f oics -o $LOCAL_PATH;\
bundle exec compiler.rb -a -e terraform -f oics -o $(OUTPUT_PATH);\

test:
cd mmv1; \
Expand Down

0 comments on commit 52780e8

Please sign in to comment.