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 63d8ad5 commit 862e01fCopy full SHA for 862e01f
‎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.3: {}
+ - planetscale/telemetry#v0.0.4: {}
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.3"
+TAG="v0.0.4"
7
8
docker run \
9
--rm \
0 commit comments