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