Skip to content

Commit

Permalink
Removing old homolog containers
Browse files Browse the repository at this point in the history
  • Loading branch information
alaxalves committed Jul 28, 2020
1 parent 0eac3e7 commit b29dc9b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Expand Up @@ -55,11 +55,7 @@ jobs:
- name: "Controllers Tests"
script: rails test:controllers
- name: "Integration Tests"
<<<<<<< HEAD
script: rails test:integration
=======
script: rake test:integration
>>>>>>> 0581703407b27d313c210f2d63ffc6cd125d1e1a
- name: "Docker Builds"
script: docker build -t swbench .
- name: "Asset Precompilation"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -7,7 +7,7 @@ endef

redeploy-container:
# docker-compose down --volumes
docker-compose up --force-recreate -d
docker-compose up -d
# $(call wait_for_container)
sleep 30
docker-compose logs
2 changes: 1 addition & 1 deletion spectral.env
Expand Up @@ -7,5 +7,5 @@ MYSQL_HOST=db
RAILS_ENV=production
SENTRY_DSN
RECAPTCHA_KEY
PORT=5000
PORT
RECAPTCHA_SITE_KEY

0 comments on commit b29dc9b

Please sign in to comment.