Skip to content

Commit

Permalink
explicit version for git-cmmit step
Browse files Browse the repository at this point in the history
  • Loading branch information
lrochette authored Sep 17, 2024
1 parent 92f072a commit 4405e02
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions codefresh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ steps:

test:
title: "Running test"
type: "freestyle" # Run any command
image: "ubuntu:latest" # The image in which command will be executed
working_directory: "${{clone}}"
commands:
Expand All @@ -98,7 +97,7 @@ steps:

commit_and_push_staging:
title: Commit changes and push
type: git-commit
type: git-commit:0.1.4
stage: staging
arguments:
repo: '${{CF_REPO_OWNER}}/csdp_applications'
Expand Down Expand Up @@ -130,7 +129,7 @@ steps:

commit_and_push_production:
title: Commit changes and push
type: git-commit
type: git-commit:0.1.4
stage: production
arguments:
repo: '${{CF_REPO_OWNER}}/csdp_applications'
Expand Down

0 comments on commit 4405e02

Please sign in to comment.