We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12266c2 commit 29aa7e6Copy full SHA for 29aa7e6
1 file changed
handwritten/storage/owlbot.py
@@ -32,6 +32,7 @@
32
'.kokoro/release/publish.cfg',
33
'.kokoro/system-test.sh',
34
'.kokoro/samples-test.sh',
35
+ '.OwlBot.yaml'
36
])
37
38
# Create .config directory under $HOME to get around permissions issues
@@ -40,4 +41,4 @@
40
41
"handwriten/storage/.circleci/config.yml",
42
"command: npm run system-test",
43
"command: mkdir $HOME/.config && npm run system-test")
-node.fix_hermetic(relative_dir="handwriten/storage")
44
+node.fix_hermetic(relative_dir="handwritten/storage")
0 commit comments