From 4405e021b15c72fe09dd9b7054a98a268494aa60 Mon Sep 17 00:00:00 2001 From: Laurent Rochette Date: Tue, 17 Sep 2024 14:32:50 -0700 Subject: [PATCH] explicit version for git-cmmit step --- codefresh.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/codefresh.yml b/codefresh.yml index 2f4f5cc..e00bfe8 100644 --- a/codefresh.yml +++ b/codefresh.yml @@ -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: @@ -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' @@ -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'