Skip to content

Commit 6be0d91

Browse files
committed
Fix the issue of not displaying the result COMMIT for git-clone
1 parent 40ac100 commit 6be0d91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: task-git
3-
version: 0.3.0
3+
version: 0.3.1
44
description: |
55
This Task represents Git and is able to initialize and clone a remote
66
repository on the informed Workspace. It's likely to become the first `step`

templates/common-environment-variables.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"workspaces.basic-auth.path"
2525
"workspaces.ssl-ca-directory.bound"
2626
"workspaces.ssl-ca-directory.path"
27-
"results.commit.path"
27+
"results.COMMIT.path"
2828
}}
2929
- name: {{ . | upper | replace "." "_" | replace "-" "_" }}
3030
value: "$({{ . }})"

0 commit comments

Comments
 (0)