diff --git a/.circleci/config.yml b/.circleci/config.yml index 5780379..ee43f46 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -85,46 +85,18 @@ commands: codecov --file .tox/cover/report/coverage.xml --name ${CODECOV_NAME}-unittests codecov --file .tox/func/report/coverage.xml --name ${CODECOV_NAME}-functional - docker: - parameters: - docker_version: - type: string - default: "edge" - steps: - - setup_remote_docker - - run: - name: dockers - description: Build and release docker - command: | - bash <(curl -fsSL https://get.docker.com) - docker login -u redisfab -p $DOCKER_REDISFAB_PWD - docker build -t redisgraph:<> . - docker push - jobs: build: parameters: python_version: type: string + default: "latest" docker: - image: circleci/python:<> - image: redislabs/redisgraph:edge steps: - build_and_test - # since this is used by cron, we by default build against latest - build_and_publish: - parameters: - docker_version: - type: string - default: "edge" - docker: - - image: circleci/python:latest - - image: redislabs/redisgraph:edge - - steps: - - build_and_test - - docker on-any-branch: &on-any-branch filters: @@ -164,4 +136,4 @@ workflows: cron: "0 0 * * *" <<: *on-master jobs: - - build_and_publish + - build