Skip to content

Commit

Permalink
make sure build+deploy is labeled as such
Browse files Browse the repository at this point in the history
  • Loading branch information
eselkin committed Oct 24, 2019
1 parent 1836ca3 commit f10528c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 174 deletions.
6 changes: 1 addition & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,8 @@ jobs:
enabled: true
steps:
- checkout
- run: docker login -u $DOCKER_USER -p $DOCKER_PASS
- run: docker-compose build
# Not using -d since will exit after completion
# Have to figure out how to shut down redis from entrypoint script
- run:
name: Check test and upload if succeeded
name: Check test, no uploading
command: |
scripts/test.sh
- store_test_results:
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,6 @@ staticfiles/
*staticfiles/*

tmp/
*tmp/
*tmp/

*migrations/0*py
168 changes: 0 additions & 168 deletions engage/ingest/migrations/0001_initial.py

This file was deleted.

0 comments on commit f10528c

Please sign in to comment.