From 90bb932116e29b4a14c176fa3bbd5959a0ffde2c Mon Sep 17 00:00:00 2001 From: Guillaume Date: Sat, 7 Mar 2020 19:07:59 +0100 Subject: [PATCH 1/2] Remove PR CI for master, remove batch mode --- .azure-pipelines.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 0a2a6e1..a485465 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -1,11 +1,6 @@ -# Starter pipeline -# Start with a minimal pipeline that you can customize to build and deploy your code. -# Add steps that build, run tests, deploy, and more: -# https://aka.ms/yaml name: lb-docker-build trigger: - batch: true branches: include: - develop @@ -16,7 +11,6 @@ pr: branches: include: - develop - - master pool: vmImage: 'ubuntu-latest' From 39e06e641315ecc85e12355fa9a902ec26ba0fb5 Mon Sep 17 00:00:00 2001 From: Guillaume Date: Sat, 7 Mar 2020 19:09:11 +0100 Subject: [PATCH 2/2] Update .dockerignore --- .dockerignore | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/.dockerignore b/.dockerignore index 2e0e7d1..0ea8409 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,3 +1,4 @@ +#python stuff __pycache__ *.pyc *.pyo @@ -16,22 +17,19 @@ pip-delete-this-directory.txt nosetests.xml coverage.xml *,cover -*.log -.git -node_modules + +# Project specific +.azure-pipelines.yml .eslintrc.json .gitattributes .gitignore .pylintrc .vscode -tmp *.sqlite - -# celery stuff +*.log +.git celerybeat-schedule.db - -# configs config.py - -# docker stuff... -Dockerfile \ No newline at end of file +Dockerfile +tmp +node_modules