From 55cb5151175a0988ed777f9764fc019fea610bd0 Mon Sep 17 00:00:00 2001 From: Henna <62267575+HennaAbbas@users.noreply.github.com> Date: Wed, 10 Mar 2021 17:01:17 -1000 Subject: [PATCH 01/39] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e508885..c41a357 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,7 +5,7 @@ jobs: - image: circleci/python:3.6-jessie-browsers steps: # - checkout - - run: sudo ping cmsuat.canamins.com + - run: echo $CIRCLE_PULLREQUEST # - run: echo "hello world" # - run: mkdir tests # - run: cd tests && touch my_test_1.txt From 2ede4dfe75fc920793f42eb740bc1c892fb6cb64 Mon Sep 17 00:00:00 2001 From: Henna <62267575+HennaAbbas@users.noreply.github.com> Date: Sun, 2 May 2021 11:45:02 -1000 Subject: [PATCH 02/39] Update config.yml --- .circleci/config.yml | 82 +++++++------------------------------------- 1 file changed, 12 insertions(+), 70 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c41a357..6a1ceb0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,72 +1,14 @@ version: 2.1 -jobs: - build: - docker: - - image: circleci/python:3.6-jessie-browsers +commands: + list-files: + parameters: + all: + description: include all files + type: boolean + default: false + short: + description: Keep list of files short + type: boolean + default: true steps: -# - checkout - - run: echo $CIRCLE_PULLREQUEST -# - run: echo "hello world" -# - run: mkdir tests -# - run: cd tests && touch my_test_1.txt -# - run: echo "this is a test" > my_test_1.txt -# - store_artifacts: -# path: tests -# - run: wqr -# - run: -# name: conditional step -# command: echo "conditional step" -# # when: on_fail # Uploads code coverage results, pass or fail - # - - - -workflows: - version: 2.1 - build_and_push: - jobs: - - build - - - -# version: 2.1 - -# executors: -# machine-executor: -# machine: true -# environment: -# RUN_TESTS: foobar - -# node: -# docker: -# - image: circleci/node - - -# jobs: -# build: -# parameters: -# my-executor: -# default: machine-executor -# type: string -# executor: << parameters.my-executor >> -# steps: -# - checkout -# - run: echo "hello world" - -# workflows: -# build_and_push: -# jobs: -# - build -# - build: -# my-executor: node - - -# version: 2.1 -# jobs: -# build: -# docker: -# - image: image: circleci/python:3.6-jessie-browsers -# steps: -# - checkout -# - run: sudo ping cmsuat.canamins.com - + - run: ls <<# parameters.all >> -a <><<^ parameters.short >> -l <> From df5d373c50341957f7c45df47192210a922849c3 Mon Sep 17 00:00:00 2001 From: Henna <62267575+HennaAbbas@users.noreply.github.com> Date: Sun, 2 May 2021 11:49:45 -1000 Subject: [PATCH 03/39] Update config.yml --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6a1ceb0..f144aa9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,3 +12,4 @@ commands: default: true steps: - run: ls <<# parameters.all >> -a <><<^ parameters.short >> -l <> + #test From 282ff9adbfea02f6afa752225340d1819c8ed907 Mon Sep 17 00:00:00 2001 From: Henna <62267575+HennaAbbas@users.noreply.github.com> Date: Sun, 2 May 2021 11:52:12 -1000 Subject: [PATCH 04/39] Update config.yml --- .circleci/config.yml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f144aa9..81d5781 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,4 +12,19 @@ commands: default: true steps: - run: ls <<# parameters.all >> -a <><<^ parameters.short >> -l <> - #test +version: 2.1 +jobs: + build: + docker: + - image: cimg/node:12.18 + steps: + - checkout + - list-files + + + +workflows: + version: 2.1 + build_and_push: + jobs: + - build From ebe2984058486f27449f99c36e71290be515c20f Mon Sep 17 00:00:00 2001 From: Henna <62267575+HennaAbbas@users.noreply.github.com> Date: Sun, 2 May 2021 11:53:05 -1000 Subject: [PATCH 05/39] Update config.yml --- .circleci/config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 81d5781..4dec700 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -24,7 +24,6 @@ jobs: workflows: - version: 2.1 build_and_push: jobs: - build From 457b21ba83b4fa5851f6c289993c64f74b4e883d Mon Sep 17 00:00:00 2001 From: Henna <62267575+HennaAbbas@users.noreply.github.com> Date: Sun, 2 May 2021 11:56:49 -1000 Subject: [PATCH 06/39] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4dec700..189620a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,7 +12,7 @@ commands: default: true steps: - run: ls <<# parameters.all >> -a <><<^ parameters.short >> -l <> -version: 2.1 + jobs: build: docker: From 963848c87385703aea9f750bf9904299116a9486 Mon Sep 17 00:00:00 2001 From: Henna <62267575+HennaAbbas@users.noreply.github.com> Date: Sun, 2 May 2021 11:58:15 -1000 Subject: [PATCH 07/39] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 189620a..1bedb6d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,7 +9,7 @@ commands: short: description: Keep list of files short type: boolean - default: true + default: y steps: - run: ls <<# parameters.all >> -a <><<^ parameters.short >> -l <> From d8a7c882f7ed84edc5c50dc763f25004f0da7861 Mon Sep 17 00:00:00 2001 From: Henna <62267575+HennaAbbas@users.noreply.github.com> Date: Sun, 2 May 2021 11:59:18 -1000 Subject: [PATCH 08/39] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1bedb6d..d7e33c9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,7 +9,7 @@ commands: short: description: Keep list of files short type: boolean - default: y + default: yes steps: - run: ls <<# parameters.all >> -a <><<^ parameters.short >> -l <> From 831edda4f915e46b8b2db16f8f2f6fba482612ed Mon Sep 17 00:00:00 2001 From: Henna <62267575+HennaAbbas@users.noreply.github.com> Date: Sun, 2 May 2021 11:59:59 -1000 Subject: [PATCH 09/39] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d7e33c9..1bb740f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,7 +9,7 @@ commands: short: description: Keep list of files short type: boolean - default: yes + default: n steps: - run: ls <<# parameters.all >> -a <><<^ parameters.short >> -l <> From 3ea123badc4831546c590942ffc462bbe4727303 Mon Sep 17 00:00:00 2001 From: Henna <62267575+HennaAbbas@users.noreply.github.com> Date: Sun, 2 May 2021 12:00:24 -1000 Subject: [PATCH 10/39] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1bb740f..735a462 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,7 +9,7 @@ commands: short: description: Keep list of files short type: boolean - default: n + default: no steps: - run: ls <<# parameters.all >> -a <><<^ parameters.short >> -l <> From 3476aa1ff59c514725968ec40cca5dc082ea864c Mon Sep 17 00:00:00 2001 From: Henna <62267575+HennaAbbas@users.noreply.github.com> Date: Sun, 2 May 2021 12:00:45 -1000 Subject: [PATCH 11/39] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 735a462..fe78c44 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,7 +9,7 @@ commands: short: description: Keep list of files short type: boolean - default: no + default: off steps: - run: ls <<# parameters.all >> -a <><<^ parameters.short >> -l <> From dffa30a8e99a4320af923078b2a4a28dcdebb849 Mon Sep 17 00:00:00 2001 From: Henna <62267575+HennaAbbas@users.noreply.github.com> Date: Wed, 5 May 2021 06:41:47 -1000 Subject: [PATCH 12/39] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fe78c44..eddef3e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,7 +9,7 @@ commands: short: description: Keep list of files short type: boolean - default: off + default: Y steps: - run: ls <<# parameters.all >> -a <><<^ parameters.short >> -l <> From 0e2c8d418f368f6ef588394ef1ed240f5703ce3b Mon Sep 17 00:00:00 2001 From: Henna <62267575+HennaAbbas@users.noreply.github.com> Date: Wed, 5 May 2021 06:42:01 -1000 Subject: [PATCH 13/39] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index eddef3e..bba6a26 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,7 +9,7 @@ commands: short: description: Keep list of files short type: boolean - default: Y + default: N steps: - run: ls <<# parameters.all >> -a <><<^ parameters.short >> -l <> From 38fbf97727fb7441d21e031d7cd53bd0f68252cf Mon Sep 17 00:00:00 2001 From: Henna <62267575+HennaAbbas@users.noreply.github.com> Date: Thu, 27 May 2021 15:26:35 -0700 Subject: [PATCH 14/39] Update config.yml --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index bba6a26..5a0b59b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -27,3 +27,4 @@ workflows: build_and_push: jobs: - build +#test From 83b9f4aff8e65e444d986b639a271fdae69fd604 Mon Sep 17 00:00:00 2001 From: Henna <62267575+HennaAbbas@users.noreply.github.com> Date: Thu, 27 May 2021 15:27:29 -0700 Subject: [PATCH 15/39] Update config.yml --- .circleci/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5a0b59b..bf14954 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -11,8 +11,7 @@ commands: type: boolean default: N steps: - - run: ls <<# parameters.all >> -a <><<^ parameters.short >> -l <> - + - run: echo "hello world!" jobs: build: docker: From a5570cf435fdd5af162d7047588bda164b07c700 Mon Sep 17 00:00:00 2001 From: Henna <62267575+HennaAbbas@users.noreply.github.com> Date: Thu, 27 May 2021 15:29:04 -0700 Subject: [PATCH 16/39] Update config.yml --- .circleci/config.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index bf14954..adb975c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,24 +1,24 @@ version: 2.1 -commands: - list-files: - parameters: - all: - description: include all files - type: boolean - default: false - short: - description: Keep list of files short - type: boolean - default: N - steps: - - run: echo "hello world!" +# commands: +# list-files: +# parameters: +# all: +# description: include all files +# type: boolean +# default: false +# short: +# description: Keep list of files short +# type: boolean +# default: N +# steps: +# - run: echo "hello world!" jobs: build: docker: - image: cimg/node:12.18 steps: - checkout - - list-files + - run: echo "hello world!" From c0838cb2f4ec941b4c69bbbbfccb342968eada4a Mon Sep 17 00:00:00 2001 From: Henna <62267575+HennaAbbas@users.noreply.github.com> Date: Fri, 6 May 2022 10:19:59 -1000 Subject: [PATCH 17/39] Update config.yml --- .circleci/config.yml | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index adb975c..1376f8f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,23 +1,10 @@ version: 2.1 -# commands: -# list-files: -# parameters: -# all: -# description: include all files -# type: boolean -# default: false -# short: -# description: Keep list of files short -# type: boolean -# default: N -# steps: -# - run: echo "hello world!" jobs: build: docker: - - image: cimg/node:12.18 + - image: cimg/node:10.18 steps: - - checkout + - run: echo $NVM_DIR - run: echo "hello world!" From 0a93a88121c2217db308f4d443a7819d33acecb0 Mon Sep 17 00:00:00 2001 From: Henna <62267575+HennaAbbas@users.noreply.github.com> Date: Fri, 6 May 2022 10:20:27 -1000 Subject: [PATCH 18/39] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1376f8f..34917c3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2.1 jobs: build: docker: - - image: cimg/node:10.18 + - image: cimg/node steps: - run: echo $NVM_DIR - run: echo "hello world!" From ed548a05d351d219811cbf7502b936d7501e1e02 Mon Sep 17 00:00:00 2001 From: Henna <62267575+HennaAbbas@users.noreply.github.com> Date: Fri, 6 May 2022 10:20:59 -1000 Subject: [PATCH 19/39] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 34917c3..bd4cc72 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2.1 jobs: build: docker: - - image: cimg/node + - image: cimg/node:18.0.0 steps: - run: echo $NVM_DIR - run: echo "hello world!" From 932399901c41156c426356af9b42481146fb3298 Mon Sep 17 00:00:00 2001 From: Henna <62267575+HennaAbbas@users.noreply.github.com> Date: Fri, 6 May 2022 10:27:05 -1000 Subject: [PATCH 20/39] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index bd4cc72..bc1f733 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2.1 jobs: build: docker: - - image: cimg/node:18.0.0 + - image: cimg/node:10.18.1 steps: - run: echo $NVM_DIR - run: echo "hello world!" From 97d5fab6158af51e321c4a28323f8e5d3cbe8b7e Mon Sep 17 00:00:00 2001 From: Henna <62267575+HennaAbbas@users.noreply.github.com> Date: Fri, 6 May 2022 10:29:02 -1000 Subject: [PATCH 21/39] Update config.yml --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index bc1f733..c5c3914 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,6 +6,7 @@ jobs: steps: - run: echo $NVM_DIR - run: echo "hello world!" + - run: node --version From 09228738bf3c9ae4cfd0ce9ac4ec845a47b0e0f0 Mon Sep 17 00:00:00 2001 From: Henna <62267575+HennaAbbas@users.noreply.github.com> Date: Thu, 14 Jul 2022 13:06:22 -1000 Subject: [PATCH 22/39] Update config.yml --- .circleci/config.yml | 32 ++++++++++++++++++++------------ 1 file changed, 20 insertions(+), 12 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c5c3914..649385f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,17 +1,25 @@ version: 2.1 +commands: # a reusable command with parameters + greeting: + parameters: + to: + default: "world" + type: string + steps: + - run: echo "Hello <>" jobs: - build: + my-job: docker: - - image: cimg/node:10.18.1 + - image: cimg/base:stable + auth: + username: mydockerhub-user + password: $DOCKERHUB_PASSWORD # context / project UI env-var reference steps: - - run: echo $NVM_DIR - - run: echo "hello world!" - - run: node --version - - - + - greeting: + to: "My-Name" workflows: - build_and_push: - jobs: - - build -#test + my-workflow: + jobs: + - my-job + + From 3bbdbcaa7bf89b1d21489893e101c218ee438ee8 Mon Sep 17 00:00:00 2001 From: Henna <62267575+HennaAbbas@users.noreply.github.com> Date: Thu, 14 Jul 2022 13:07:32 -1000 Subject: [PATCH 23/39] Update config.yml --- .circleci/config.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 649385f..e7671c6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -11,9 +11,6 @@ jobs: my-job: docker: - image: cimg/base:stable - auth: - username: mydockerhub-user - password: $DOCKERHUB_PASSWORD # context / project UI env-var reference steps: - greeting: to: "My-Name" From ee8c77bd6910a4b3c3725a6d93406ca557720135 Mon Sep 17 00:00:00 2001 From: Henna <62267575+HennaAbbas@users.noreply.github.com> Date: Thu, 14 Jul 2022 13:08:05 -1000 Subject: [PATCH 24/39] Update config.yml --- .circleci/config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e7671c6..f3b36a7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,6 @@ commands: # a reusable command with parameters greeting: parameters: to: - default: "world" type: string steps: - run: echo "Hello <>" From b52f7c67f50f53b5c769b913451bb2ce4e1b6003 Mon Sep 17 00:00:00 2001 From: Henna <62267575+HennaAbbas@users.noreply.github.com> Date: Thu, 14 Jul 2022 13:10:51 -1000 Subject: [PATCH 25/39] Update config.yml --- .circleci/config.yml | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f3b36a7..92e9c1a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,21 +1,17 @@ version: 2.1 -commands: # a reusable command with parameters - greeting: +jobs: + release: + executor: linux parameters: - to: + target_arch: + type: string + target_os: type: string steps: - - run: echo "Hello <>" -jobs: - my-job: - docker: - - image: cimg/base:stable - steps: - - greeting: - to: "My-Name" + - run: echo "hellow world" workflows: my-workflow: jobs: - - my-job + - release From dbe187af4e5a4044b057d6baa6f1d6cc19a8d9a0 Mon Sep 17 00:00:00 2001 From: Henna <62267575+HennaAbbas@users.noreply.github.com> Date: Thu, 14 Jul 2022 13:12:01 -1000 Subject: [PATCH 26/39] Update config.yml --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 92e9c1a..c640b08 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,10 +5,10 @@ jobs: parameters: target_arch: type: string - target_os: - type: string +# target_os: +# type: string steps: - - run: echo "hellow world" + - run: echo << parameters.target_arch>> workflows: my-workflow: jobs: From ec16ccbe7f4faa30694e7bf53cce5559402be172 Mon Sep 17 00:00:00 2001 From: Henna <62267575+HennaAbbas@users.noreply.github.com> Date: Thu, 14 Jul 2022 13:12:36 -1000 Subject: [PATCH 27/39] Update config.yml --- .circleci/config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c640b08..efc1335 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,10 +8,11 @@ jobs: # target_os: # type: string steps: - - run: echo << parameters.target_arch>> + - run: echo << parameters.target_arch >> workflows: my-workflow: jobs: - - release + - release: + target_arch: "hiii" From 5f60465b3f27d9afae3bfb1805fc15724691a604 Mon Sep 17 00:00:00 2001 From: Henna <62267575+HennaAbbas@users.noreply.github.com> Date: Thu, 14 Jul 2022 13:12:56 -1000 Subject: [PATCH 28/39] Update config.yml --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index efc1335..1723dc7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,6 +5,7 @@ jobs: parameters: target_arch: type: string + default: "hello" # target_os: # type: string steps: From cd5ef1b9d9214c100ba83bdc837e62b2eafe8480 Mon Sep 17 00:00:00 2001 From: Henna <62267575+HennaAbbas@users.noreply.github.com> Date: Thu, 14 Jul 2022 13:13:25 -1000 Subject: [PATCH 29/39] Update config.yml --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1723dc7..b41bc22 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,7 +1,8 @@ version: 2.1 jobs: release: - executor: linux + executor: + machine: true parameters: target_arch: type: string From 8cdc231c509c5e661bf8840821e6bff4fa2df1c4 Mon Sep 17 00:00:00 2001 From: Henna <62267575+HennaAbbas@users.noreply.github.com> Date: Thu, 14 Jul 2022 13:14:23 -1000 Subject: [PATCH 30/39] Update config.yml --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b41bc22..3beb1c7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,15 +6,15 @@ jobs: parameters: target_arch: type: string - default: "hello" +# default: "hello" # target_os: # type: string steps: - - run: echo << parameters.target_arch >> + - run: echo "hello world" workflows: my-workflow: jobs: - - release: - target_arch: "hiii" + - release +# target_arch: "hiii" From 578a076dd58bc73ea292d349f1046bcae607783c Mon Sep 17 00:00:00 2001 From: Henna <62267575+HennaAbbas@users.noreply.github.com> Date: Thu, 14 Jul 2022 13:14:44 -1000 Subject: [PATCH 31/39] Update config.yml --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3beb1c7..402006e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,9 +3,9 @@ jobs: release: executor: machine: true - parameters: - target_arch: - type: string +# parameters: +# target_arch: +# type: string # default: "hello" # target_os: # type: string From 343599d5a582bcda13c5066fda7f2a146eb48395 Mon Sep 17 00:00:00 2001 From: Henna <62267575+HennaAbbas@users.noreply.github.com> Date: Thu, 14 Jul 2022 13:15:59 -1000 Subject: [PATCH 32/39] Update config.yml --- .circleci/config.yml | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 402006e..a7c01db 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,16 +1,10 @@ version: 2.1 jobs: - release: - executor: - machine: true -# parameters: -# target_arch: -# type: string -# default: "hello" -# target_os: -# type: string + my-job: + docker: + - image: cimg/base:stable steps: - - run: echo "hello world" + - run: echo "hello world!" workflows: my-workflow: jobs: From a0e35b99e89567efe954cea85656ae3f151786bb Mon Sep 17 00:00:00 2001 From: Henna <62267575+HennaAbbas@users.noreply.github.com> Date: Thu, 14 Jul 2022 13:16:19 -1000 Subject: [PATCH 33/39] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a7c01db..7eed150 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,6 +1,6 @@ version: 2.1 jobs: - my-job: + release: docker: - image: cimg/base:stable steps: From c8488fa27696062957e1644f8c1b2e0291108641 Mon Sep 17 00:00:00 2001 From: Henna <62267575+HennaAbbas@users.noreply.github.com> Date: Thu, 14 Jul 2022 13:16:55 -1000 Subject: [PATCH 34/39] Update config.yml --- .circleci/config.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7eed150..1c94e52 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,6 +3,11 @@ jobs: release: docker: - image: cimg/base:stable + parameters: + target_arch: + type: string + target_os: + type: string steps: - run: echo "hello world!" workflows: From 7c4226ad706a3565918eb726d1f911ec6a743552 Mon Sep 17 00:00:00 2001 From: Henna <62267575+HennaAbbas@users.noreply.github.com> Date: Thu, 14 Jul 2022 13:17:17 -1000 Subject: [PATCH 35/39] Update config.yml --- .circleci/config.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1c94e52..ec2a5e5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,15 +5,13 @@ jobs: - image: cimg/base:stable parameters: target_arch: - type: string - target_os: - type: string + type: string steps: - run: echo "hello world!" workflows: my-workflow: jobs: - release -# target_arch: "hiii" + target_arch: "hiii" From be745aecda6fd9f9bdb304423fd97f12be8c6319 Mon Sep 17 00:00:00 2001 From: Henna <62267575+HennaAbbas@users.noreply.github.com> Date: Thu, 14 Jul 2022 13:17:41 -1000 Subject: [PATCH 36/39] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ec2a5e5..8daba4e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -11,7 +11,7 @@ jobs: workflows: my-workflow: jobs: - - release + - release: target_arch: "hiii" From 74b109c3de4388fb031756eaa635feead5a2bbe3 Mon Sep 17 00:00:00 2001 From: Henna <62267575+HennaAbbas@users.noreply.github.com> Date: Thu, 14 Jul 2022 13:17:58 -1000 Subject: [PATCH 37/39] Update config.yml --- .circleci/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8daba4e..c090216 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -11,7 +11,6 @@ jobs: workflows: my-workflow: jobs: - - release: - target_arch: "hiii" + - release From 93a4d52dfb3a918955ec07acc722e843a8f83c77 Mon Sep 17 00:00:00 2001 From: Henna <62267575+HennaAbbas@users.noreply.github.com> Date: Thu, 14 Jul 2022 13:18:20 -1000 Subject: [PATCH 38/39] Update config.yml --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c090216..b72b33c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,7 +5,8 @@ jobs: - image: cimg/base:stable parameters: target_arch: - type: string + type: string + default: "hello" steps: - run: echo "hello world!" workflows: From 104acc31d5a1186d48dd82c84767dd485c4d17eb Mon Sep 17 00:00:00 2001 From: Henna <62267575+HennaAbbas@users.noreply.github.com> Date: Thu, 14 Jul 2022 13:19:35 -1000 Subject: [PATCH 39/39] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b72b33c..8328f80 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,7 @@ jobs: parameters: target_arch: type: string - default: "hello" + default: "" steps: - run: echo "hello world!" workflows: