diff --git a/.circleci/config.yml b/.circleci/config.yml index e508885..1fe61e6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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