We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40ac100 commit 6be0d91Copy full SHA for 6be0d91
Chart.yaml
@@ -1,6 +1,6 @@
1
apiVersion: v2
2
name: task-git
3
-version: 0.3.0
+version: 0.3.1
4
description: |
5
This Task represents Git and is able to initialize and clone a remote
6
repository on the informed Workspace. It's likely to become the first `step`
templates/common-environment-variables.tpl
@@ -24,7 +24,7 @@
24
"workspaces.basic-auth.path"
25
"workspaces.ssl-ca-directory.bound"
26
"workspaces.ssl-ca-directory.path"
27
- "results.commit.path"
+ "results.COMMIT.path"
28
}}
29
- name: {{ . | upper | replace "." "_" | replace "-" "_" }}
30
value: "$({{ . }})"
0 commit comments