Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Henna abbas patch 1 #34

Open
wants to merge 39 commits into
base: HennaAbbas-patch-1-2
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
55cb515
Update config.yml
HennaAbbas Mar 11, 2021
2ede4df
Update config.yml
HennaAbbas May 2, 2021
df5d373
Update config.yml
HennaAbbas May 2, 2021
282ff9a
Update config.yml
HennaAbbas May 2, 2021
ebe2984
Update config.yml
HennaAbbas May 2, 2021
457b21b
Update config.yml
HennaAbbas May 2, 2021
963848c
Update config.yml
HennaAbbas May 2, 2021
d8a7c88
Update config.yml
HennaAbbas May 2, 2021
831edda
Update config.yml
HennaAbbas May 2, 2021
3ea123b
Update config.yml
HennaAbbas May 2, 2021
3476aa1
Update config.yml
HennaAbbas May 2, 2021
dffa30a
Update config.yml
HennaAbbas May 5, 2021
0e2c8d4
Update config.yml
HennaAbbas May 5, 2021
38fbf97
Update config.yml
HennaAbbas May 27, 2021
83b9f4a
Update config.yml
HennaAbbas May 27, 2021
a5570cf
Update config.yml
HennaAbbas May 27, 2021
c0838cb
Update config.yml
HennaAbbas May 6, 2022
0a93a88
Update config.yml
HennaAbbas May 6, 2022
ed548a0
Update config.yml
HennaAbbas May 6, 2022
9323999
Update config.yml
HennaAbbas May 6, 2022
97d5fab
Update config.yml
HennaAbbas May 6, 2022
0922873
Update config.yml
HennaAbbas Jul 14, 2022
3bbdbca
Update config.yml
HennaAbbas Jul 14, 2022
ee8c77b
Update config.yml
HennaAbbas Jul 14, 2022
b52f7c6
Update config.yml
HennaAbbas Jul 14, 2022
dbe187a
Update config.yml
HennaAbbas Jul 14, 2022
ec16ccb
Update config.yml
HennaAbbas Jul 14, 2022
5f60465
Update config.yml
HennaAbbas Jul 14, 2022
cd5ef1b
Update config.yml
HennaAbbas Jul 14, 2022
8cdc231
Update config.yml
HennaAbbas Jul 14, 2022
578a076
Update config.yml
HennaAbbas Jul 14, 2022
343599d
Update config.yml
HennaAbbas Jul 14, 2022
a0e35b9
Update config.yml
HennaAbbas Jul 14, 2022
c8488fa
Update config.yml
HennaAbbas Jul 14, 2022
7c4226a
Update config.yml
HennaAbbas Jul 14, 2022
be745ae
Update config.yml
HennaAbbas Jul 14, 2022
74b109c
Update config.yml
HennaAbbas Jul 14, 2022
93a4d52
Update config.yml
HennaAbbas Jul 14, 2022
104acc3
Update config.yml
HennaAbbas Jul 14, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
75 changes: 10 additions & 65 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,72 +1,17 @@
version: 2.1
jobs:
build:
release:
docker:
- image: circleci/python:3.6-jessie-browsers
- image: cimg/base:stable
parameters:
target_arch:
type: string
default: ""
steps:
# - checkout
- run: sudo ping cmsuat.canamins.com
# - 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
#



- run: echo "hello world!"
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
my-workflow:
jobs:
- release


# version: 2.1
# jobs:
# build:
# docker:
# - image: image: circleci/python:3.6-jessie-browsers
# steps:
# - checkout
# - run: sudo ping cmsuat.canamins.com