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 c7644df commit dc6a850Copy full SHA for dc6a850
‎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.5: {}
+ - planetscale/telemetry#v0.0.6: {}
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.5"
+TAG="v0.0.6"
7
8
docker run \
9
--rm \
0 commit comments