Skip to content

Commit 1bd50eb

Browse files
Remove REPO_URL echo from git-commit step (#561)
* Update step.yaml * Update step.yaml --------- Co-authored-by: Eti Zaguri <[email protected]>
1 parent 08e1800 commit 1bd50eb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

incubating/git-commit/step.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ kind: step-type
22
version: '1.0'
33
metadata:
44
name: git-commit
5-
version: 0.1.0
5+
version: 0.1.1
66
isPublic: true
77
description: Commit and push changes to repository
88
icon:
@@ -213,7 +213,6 @@ spec:
213213
if [ "$REBASE" = true ]; then
214214
git pull --rebase $REPO_URL
215215
fi
216-
- echo git push $REPO_URL
217216
- |-
218217
if [ "$FORCE_PUSH" = true ]; then
219218
git push --force $REPO_URL

0 commit comments

Comments
 (0)