We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77b7e68 commit 6b9d616Copy full SHA for 6b9d616
2 files changed
ci/pull_request.yml
@@ -12,6 +12,6 @@ steps:
12
git: github
13
revision: "${{CF_REVISION}}"
14
pre_commit:
15
- type: rothandrew/pre-commit
+ type: rothandrew/pre-commit:0.0.3
16
title: Validating pre-commit hooks
17
stage: Validate
step.yaml
@@ -2,7 +2,7 @@ version: "1.0"
2
kind: step-type
3
metadata:
4
name: rothandrew/pre-commit
5
- version: 0.0.2
+ version: 0.0.3
6
isPublic: true
7
stage: incubating
8
description: |
@@ -49,7 +49,7 @@ spec:
49
steps:
50
main:
51
name: pre-commit
52
- image: dadsgarage/dadsgarage:0.3.2
+ image: dadsgarage/dadsgarage:0.3.5
53
environment:
54
- "PRE_COMMIT_HOME=/codefresh/volume/pre-commit-cache"
55
- "WORKING_DIRECTORY=${{working_directory}}"
0 commit comments