From 29a29933c856b400d3e7f68985ec114f2bfb84bd Mon Sep 17 00:00:00 2001 From: Roi Kramer Date: Thu, 27 Aug 2020 10:39:52 +0300 Subject: [PATCH 1/9] bump --- codefresh.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codefresh.yaml b/codefresh.yaml index 44e0c77..6941f64 100644 --- a/codefresh.yaml +++ b/codefresh.yaml @@ -2,7 +2,7 @@ # https://codefresh.io/docs/docs/yaml-examples/examples/ version: "1.0" -# Stages can help you organize your steps in stages +# Stages can help you organize your steps in stages bla stages: - "clone" - "build" From c51e2da9b787bd9cf8d007cc9bb1ae8f99e1d4ce Mon Sep 17 00:00:00 2001 From: Roi Kramer Date: Thu, 27 Aug 2020 15:08:10 +0300 Subject: [PATCH 2/9] bla --- codefresh.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codefresh.yaml b/codefresh.yaml index 6941f64..6aa8196 100644 --- a/codefresh.yaml +++ b/codefresh.yaml @@ -2,7 +2,7 @@ # https://codefresh.io/docs/docs/yaml-examples/examples/ version: "1.0" -# Stages can help you organize your steps in stages bla +# Stages can help you organize your steps in stages bla 123 stages: - "clone" - "build" From a72c9c34aae23ab394ef69b04c14564239ebb5c1 Mon Sep 17 00:00:00 2001 From: Roi Kramer Date: Thu, 27 Aug 2020 15:28:47 +0300 Subject: [PATCH 3/9] wef From a16185286df4e3722c545ed0ca97f76d73691403 Mon Sep 17 00:00:00 2001 From: Roi Kramer Date: Fri, 28 Aug 2020 09:00:44 +0300 Subject: [PATCH 4/9] wef --- codefresh.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codefresh.yaml b/codefresh.yaml index 6aa8196..0f4ca7f 100644 --- a/codefresh.yaml +++ b/codefresh.yaml @@ -2,7 +2,7 @@ # https://codefresh.io/docs/docs/yaml-examples/examples/ version: "1.0" -# Stages can help you organize your steps in stages bla 123 +# Stages can help you organize your steps in stages bla 1234 stages: - "clone" - "build" From 78f353f3f93153644f986b2f6fe349138d14a172 Mon Sep 17 00:00:00 2001 From: Roi Kramer Date: Fri, 28 Aug 2020 09:18:00 +0300 Subject: [PATCH 5/9] wef From 95c6e7f3ed0f86bc7a100f4edafd247fc0e14190 Mon Sep 17 00:00:00 2001 From: Roi Kramer Date: Fri, 28 Aug 2020 10:18:23 +0300 Subject: [PATCH 6/9] wef From 4a5f93e05f196a50141b3b945696f0cc486351a1 Mon Sep 17 00:00:00 2001 From: roi-codefresh <60569147+roi-codefresh@users.noreply.github.com> Date: Sun, 1 Nov 2020 15:29:54 +0200 Subject: [PATCH 7/9] Update codefresh.yaml --- codefresh.yaml | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/codefresh.yaml b/codefresh.yaml index 0f4ca7f..a9c679a 100644 --- a/codefresh.yaml +++ b/codefresh.yaml @@ -5,32 +5,15 @@ version: "1.0" # Stages can help you organize your steps in stages bla 1234 stages: - "clone" - - "build" - "test" - - "push" steps: clone: title: "Cloning repository" type: "git-clone" - repo: "https://github.com/roi-codefresh/stresser" - # CF_BRANCH value is auto set when pipeline is triggered - # Learn more at codefresh.io/docs/docs/codefresh-yaml/variables/ - revision: "${{CF_BRANCH}}" + repo: "roi-codefresh/stresser" stage: "clone" - credentials: - username: github - password: '${{GITHUB_PASSWORD}}' - - build: - title: "Building Docker image" - type: "build" - image_name: "roi-codefresh/stresser" - working_directory: "${{clone}}" - tag: "${{CF_BRANCH_TAG_NORMALIZED}}" - dockerfile: "Dockerfile" - disable_push: true - stage: "build" + context: github-bf test: title: "Running test" From df1696628feddde9af26b46d8f6bedfc32b7a112 Mon Sep 17 00:00:00 2001 From: roi-codefresh <60569147+roi-codefresh@users.noreply.github.com> Date: Sun, 1 Nov 2020 15:34:43 +0200 Subject: [PATCH 8/9] Update codefresh.yaml --- codefresh.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codefresh.yaml b/codefresh.yaml index a9c679a..2545b06 100644 --- a/codefresh.yaml +++ b/codefresh.yaml @@ -13,7 +13,7 @@ steps: type: "git-clone" repo: "roi-codefresh/stresser" stage: "clone" - context: github-bf + git: github-bf test: title: "Running test" From 6a856a044a54d06b1220c865ae630c3337ae99f3 Mon Sep 17 00:00:00 2001 From: roi-codefresh <60569147+roi-codefresh@users.noreply.github.com> Date: Mon, 22 Feb 2021 16:13:33 +0200 Subject: [PATCH 9/9] Update codefresh.yaml --- codefresh.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codefresh.yaml b/codefresh.yaml index 2545b06..aa9652a 100644 --- a/codefresh.yaml +++ b/codefresh.yaml @@ -1,5 +1,5 @@ # More examples of Codefresh YAML can be found at -# https://codefresh.io/docs/docs/yaml-examples/examples/ +# https://codefresh.io/docs/docs/yaml-examples/examples/asdasd version: "1.0" # Stages can help you organize your steps in stages bla 1234