Skip to content

Commit

Permalink
Fix the issue of not displaying the result COMMIT for git-clone
Browse files Browse the repository at this point in the history
  • Loading branch information
savitaashture committed Jul 5, 2024
1 parent 40ac100 commit 6be0d91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: task-git
version: 0.3.0
version: 0.3.1
description: |
This Task represents Git and is able to initialize and clone a remote
repository on the informed Workspace. It's likely to become the first `step`
Expand Down
2 changes: 1 addition & 1 deletion templates/common-environment-variables.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"workspaces.basic-auth.path"
"workspaces.ssl-ca-directory.bound"
"workspaces.ssl-ca-directory.path"
"results.commit.path"
"results.COMMIT.path"
}}
- name: {{ . | upper | replace "." "_" | replace "-" "_" }}
value: "$({{ . }})"
Expand Down

0 comments on commit 6be0d91

Please sign in to comment.