Skip to content

Commit e675aec

Browse files
committed
fixing script and gitignore
1 parent a2b64a8 commit e675aec

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ __pycache__/
66
.flattened-pom.xml
77

88
# Temporary ignoring these files to prevent accidental commit
9-
grpc-google-cloud-datastore-v1/
9+
grpc-google-cloud-datastore-v1/src
1010
google-cloud-datastore/src/main/java/com/google/cloud/datastore/v1/
1111
google-cloud-datastore/src/main/resources/META-INF/native-image/com.google.cloud.datastore.v1/
12-
google-cloud-datastore/src/test/java/com/google/cloud/datastore/v1/
12+
google-cloud-datastore/src/test/java/com/google/cloud/datastore/v1/

pull-gapic-grpc.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,13 @@ else
2929
fi
3030

3131
#Copying the required directories
32-
cp -r "$GENERATED_CODE_DIR/google/datastore/v1/google-cloud-datastore-v1-java/grpc-google-cloud-datastore-v1-java" \
32+
cp -r "$GENERATED_CODE_DIR/google/datastore/v1/google-cloud-datastore-v1-java/grpc-google-cloud-datastore-v1-java/" \
3333
"$DATASTORE_DIR/grpc-google-cloud-datastore-v1"
3434
cp -r "$GENERATED_CODE_DIR/google/datastore/v1/google-cloud-datastore-v1-java/gapic-google-cloud-datastore-v1-java/" \
3535
"$DATASTORE_DIR/google-cloud-datastore"
3636

3737
#Cleaning up unwanted files
38+
rm grpc-google-cloud-datastore-v1/build.gradle
3839
rm google-cloud-datastore/build.gradle
3940

4041
echo "Success"

0 commit comments

Comments
 (0)