Skip to content

Commit

Permalink
chore: include generated samples dir (#783)
Browse files Browse the repository at this point in the history
* chore: include generated samples dir

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* update file

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
eaball35 and gcf-owl-bot[bot] committed Jun 14, 2022
1 parent 7357bca commit 4eb1736
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions java-secretmanager/.github/.OwlBot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ docker:
image: "gcr.io/cloud-devrel-public-resources/owlbot-java:latest"

deep-remove-regex:
- "/samples/snippets/generated"
- "/grpc-google-.*/src"
- "/proto-google-.*/src"
- "/google-.*/src"
Expand All @@ -36,3 +37,5 @@ deep-copy-regex:
dest: "/owl-bot-staging/$1/grpc-google-cloud-secretmanager-$1/src"
- source: "/google/cloud/secretmanager/(v\\d)/.*-java/gapic-google-.*/src"
dest: "/owl-bot-staging/$1/google-cloud-secretmanager/src"
- source: "/google/cloud/secretmanager/(v\\d)/.*-java/samples/snippets/generated"
dest: "/owl-bot-staging/$1/samples/snippets/generated"
3 changes: 3 additions & 0 deletions java-secretmanager/samples/native-image-sample/.sdkmanrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Enable auto-env through the sdkman_auto_env config
# Add key=value pairs of SDKs to use below
java=11.0.14-ms
3 changes: 2 additions & 1 deletion java-secretmanager/samples/native-image-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@
<buildArgs>
<buildArg>--no-fallback</buildArg>
<buildArg>--no-server</buildArg>
<buildArg>--allow-incomplete-classpath</buildArg>
</buildArgs>
</configuration>
<executions>
Expand All @@ -165,4 +166,4 @@
</build>
</profile>
</profiles>
</project>
</project>

0 comments on commit 4eb1736

Please sign in to comment.