We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 765be8e commit e1a155eCopy full SHA for e1a155e
‎README.md‎
@@ -15,7 +15,7 @@ Add the following to your `pipeline.yml`:
15
steps:
16
- command: ./run_build.sh
17
plugins:
18
- - planetscale/telemetry#v0.0.6: {}
+ - planetscale/telemetry#v0.0.7: {}
19
```
20
21
The are no configuration options at this time.
‎hooks/pre-command‎
@@ -3,7 +3,7 @@
3
set -eou pipefail
4
#set -x
5
6
-TAG="v0.0.6"
+TAG="v0.0.7"
7
8
docker run \
9
--rm \
0 commit comments