Skip to content
Open
Changes from all commits
Commits
Show all changes
66 commits
Select commit Hold shift + click to select a range
3f2c58c
Update config.yml
HennaAbbas Mar 11, 2021
23a09e3
Update config.yml
HennaAbbas May 9, 2022
8d97215
Update config.yml
HennaAbbas May 10, 2022
f6df3ce
Update config.yml
HennaAbbas May 20, 2022
91c00f0
Update config.yml
HennaAbbas May 20, 2022
e048363
Update config.yml
HennaAbbas May 20, 2022
007013d
Update config.yml
HennaAbbas May 20, 2022
fb6d971
Update config.yml
HennaAbbas May 20, 2022
3a83a2c
Update config.yml
HennaAbbas May 23, 2022
63b5456
Update config.yml
HennaAbbas Jun 16, 2022
1e94821
Update config.yml
HennaAbbas Jun 24, 2022
35fcf40
Update config.yml
HennaAbbas Aug 8, 2022
80614bd
Update config.yml
HennaAbbas Sep 10, 2022
b31ee59
Update config.yml
HennaAbbas Sep 10, 2022
ec344de
Update config.yml
HennaAbbas Sep 10, 2022
c7dcf20
Update config.yml
HennaAbbas Sep 10, 2022
5ea0275
Update config.yml
HennaAbbas Sep 10, 2022
0fa3018
Update config.yml
HennaAbbas Sep 10, 2022
2d986b8
Update config.yml
HennaAbbas Sep 10, 2022
0eabb46
Update config.yml
HennaAbbas Sep 10, 2022
887e26f
Update config.yml
HennaAbbas Sep 10, 2022
4fd538c
Update config.yml
HennaAbbas Sep 10, 2022
1cff53d
Update config.yml
HennaAbbas Sep 10, 2022
247f158
Update config.yml
HennaAbbas Sep 10, 2022
53e3ec1
Update config.yml
HennaAbbas Sep 10, 2022
c1647c5
Update config.yml
HennaAbbas Sep 10, 2022
cc1be5b
Update config.yml
HennaAbbas Sep 10, 2022
0f5e5c8
Update config.yml
HennaAbbas Sep 10, 2022
04c8dbe
Update config.yml
HennaAbbas Sep 10, 2022
c764d82
Update config.yml
HennaAbbas Sep 10, 2022
5d82cde
Update config.yml
HennaAbbas Sep 10, 2022
31d198a
Update config.yml
HennaAbbas Sep 10, 2022
9d845c4
Update config.yml
HennaAbbas Sep 10, 2022
0b5f0db
Update config.yml
HennaAbbas Oct 18, 2022
dfac915
Update config.yml
HennaAbbas Oct 18, 2022
9b0ed2d
Update config.yml
HennaAbbas Oct 18, 2022
da88ec3
Update config.yml
HennaAbbas Oct 18, 2022
68150bd
Update config.yml
HennaAbbas Oct 18, 2022
5e4b031
Update config.yml
HennaAbbas Sep 29, 2023
0280a1b
Update config.yml
HennaAbbas Sep 29, 2023
c9ab22f
Update config.yml
HennaAbbas Jan 31, 2024
a0e53b6
Update config.yml
HennaAbbas Jan 31, 2024
2b8d1db
Update config.yml
HennaAbbas Jan 31, 2024
a3f0c92
Update config.yml
HennaAbbas Jan 31, 2024
2d4d36f
Update config.yml
HennaAbbas Jan 31, 2024
764e892
Update config.yml
HennaAbbas Jan 31, 2024
4d83333
Update config.yml
HennaAbbas Jan 31, 2024
fd8f6bd
Update config.yml
HennaAbbas Jan 31, 2024
83a1020
Update config.yml
HennaAbbas Jan 31, 2024
846eddd
Update config.yml
HennaAbbas Jan 31, 2024
e679642
Update config.yml
HennaAbbas Jan 31, 2024
e8e7d0f
Update config.yml
HennaAbbas Jan 31, 2024
25e30a5
Update config.yml
HennaAbbas Jan 31, 2024
f239b39
Update config.yml
HennaAbbas Feb 1, 2024
072838b
Update config.yml
HennaAbbas Feb 1, 2024
cd76ce6
Update config.yml
HennaAbbas Aug 21, 2024
3924077
Update config.yml
HennaAbbas Aug 21, 2024
5712d9b
Update config.yml
HennaAbbas Oct 23, 2025
0a791aa
Update config.yml
HennaAbbas Oct 23, 2025
759ac1d
Update config.yml
HennaAbbas Oct 23, 2025
5bb76aa
Update config.yml
HennaAbbas Oct 23, 2025
e8a8d34
Update config.yml
HennaAbbas Oct 23, 2025
7ad31db
Update config.yml
HennaAbbas Oct 23, 2025
88e6b6f
Update config.yml
HennaAbbas Oct 23, 2025
f75f8cc
Update config.yml
HennaAbbas Oct 23, 2025
538402f
Update config.yml
HennaAbbas Oct 31, 2025
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
68 changes: 10 additions & 58 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,72 +1,24 @@
version: 2.1


# Define the jobs we want to run for this project
jobs:
build:
docker:
- image: circleci/python:3.6-jessie-browsers
- image: cimg/python:3.12.5
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
#



workflows:
version: 2.1
build_and_push:
jobs:
- build
- checkout



# version: 2.1

# executors:
# machine-executor:
# machine: true
# environment:
# RUN_TESTS: foobar
workflows:
build_and_test:
jobs:
- build:
name: build/test

# 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