Skip to content

Commit

Permalink
Merge pull request #77 from Kyria/develop
Browse files Browse the repository at this point in the history
update CI
  • Loading branch information
Kyria authored Mar 7, 2020
2 parents a92d47d + 39e06e6 commit db23384
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 17 deletions.
6 changes: 0 additions & 6 deletions .azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -16,7 +11,6 @@ pr:
branches:
include:
- develop
- master

pool:
vmImage: 'ubuntu-latest'
Expand Down
20 changes: 9 additions & 11 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#python stuff
__pycache__
*.pyc
*.pyo
Expand All @@ -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
Dockerfile
tmp
node_modules

0 comments on commit db23384

Please sign in to comment.