We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 868eff5 commit b91e39dCopy full SHA for b91e39d
hooks/Taskfile.yaml
@@ -18,7 +18,7 @@ vars:
18
hasIntegrationTests:
19
sh: 'if [ -d "{{ .TASKFILE_DIR }}/{{ .hookName }}/integration-tests" ]; then echo "true"; else echo "false"; fi'
20
hookUsesNpmDependencies:
21
- sh: 'if [ -f "{{ .TASKFILE_DIR }}/{{ .scannerName }}/hook/package.json" ]; then echo "true"; else echo "false"; fi'
+ sh: 'if [ -f "{{ .TASKFILE_DIR }}/{{ .hookName }}/hook/package.json" ]; then echo "true"; else echo "false"; fi'
22
env:
23
IMG_TAG:
24
sh: 'echo "sha-$(git rev-parse --short HEAD)"'
0 commit comments