Skip to content

Commit

Permalink
change d flag to g in generate_downstream
Browse files Browse the repository at this point in the history
  • Loading branch information
megan07 committed Oct 6, 2020
1 parent 01582f3 commit 71fdbc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/containers/downstream-builder/generate_downstream.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ elif [ "$REPO" == "tf-oics" ]; then
else
if [ "$VERSION" == "ga"]; then
bundle exec compiler -a -e $REPO -o $LOCAL_PATH -v $VERSION -c
bundle exec compiler -a -e $REPO -o $LOCAL_PATH -v beta -d
bundle exec compiler -a -e $REPO -o $LOCAL_PATH -v beta -g
else
bundle exec compiler -a -e $REPO -o $LOCAL_PATH -v $VERSION
end
Expand Down

0 comments on commit 71fdbc6

Please sign in to comment.