From a38249a33489a215864f23a826e5962664ff4b29 Mon Sep 17 00:00:00 2001 From: LecomteAdrien Date: Mon, 18 Jan 2021 18:40:28 +0100 Subject: [PATCH] :green_heart: config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 923b15d..8b6f56e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,7 @@ workflows: - back-deploy-heroku: requires: - build -jobs: # A basic unit of work in a run +jobs: # A basic unit of work in a run.. build: # runs not using Workflows must have a `build` job as entry point docker: # run the steps with Docker # CircleCI Python images available at: https://hub.docker.com/r/circleci/python/