From 71fdbc68897d756e9abdb0d1089eba2b38857a3e Mon Sep 17 00:00:00 2001 From: Megan Bang Date: Tue, 6 Oct 2020 15:46:24 -0500 Subject: [PATCH] change d flag to g in generate_downstream --- .ci/containers/downstream-builder/generate_downstream.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/containers/downstream-builder/generate_downstream.sh b/.ci/containers/downstream-builder/generate_downstream.sh index 39ca8ffc735a..2d5727aa530d 100755 --- a/.ci/containers/downstream-builder/generate_downstream.sh +++ b/.ci/containers/downstream-builder/generate_downstream.sh @@ -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