Skip to content

Commit

Permalink
Remove CI var. This is already handled in the github workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
alexskr committed Jul 16, 2022
1 parent 504baca commit 0a6b9f5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ x-app: &app
BUNDLE_APP_CONFIG: /srv/ontoportal/ontologies_api/.bundle
BUNDLE_PATH: /srv/ontoportal/bundle
COVERAGE: 'true' # enable simplecov code coverage
# pass CI env var to the container when it is set so that container knows it running in the CI pipeline
# specifically it will enable codecov when run by github actions
CI: ${CI:-'false'}
REDIS_HOST: redis-ut
REDIS_PORT: 6379
SOLR_TERM_SEARCH_URL: http://solr-ut:8983/solr/term_search_core1
Expand Down

0 comments on commit 0a6b9f5

Please sign in to comment.