We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 734457d commit ca01493Copy full SHA for ca01493
tasks/generic-outputs.yml
@@ -13,6 +13,8 @@ run:
13
args:
14
- -c
15
- |
16
+ ls -lah
17
+ echo "creating versions"
18
echo "hello-world" > main/version
19
echo "hey there dev" > dev/version
20
echo "hi ci" > ci/version
0 commit comments