Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update git-clone 0.4 task for 1.5.0 #342

Merged
merged 1 commit into from
Jul 1, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ spec:
Absolute path to the user's home directory. Set this explicitly if you are running the image as a non-root user or have overridden
the gitInitImage param with an image containing custom user configuration.
type: string
default: "/root"
default: "/tekton/home"
results:
- name: commit
description: The precise commit SHA that was fetched by this Task.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ spec:
Absolute path to the user's home directory. Set this explicitly if you are running the image as a non-root user or have overridden
the gitInitImage param with an image containing custom user configuration.
type: string
default: "/root"
default: "/tekton/home"
results:
- name: commit
description: The precise commit SHA that was fetched by this Task.
Expand Down
2 changes: 1 addition & 1 deletion hack/openshift/update-tasks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ USAGE:
$SCRIPT_NAME CATALOG_VERSION DEST_DIR VERSION

Example:
$SCRIPT_NAME release-v0.7 deploy/resources v0.7.0
$SCRIPT_NAME release-v0.24 cmd/openshift/operator/kodata/tekton-addon/1.5.0 1.5.0
EOF
exit 1
}
Expand Down