Skip to content
This repository has been archived by the owner on Feb 23, 2022. It is now read-only.

Commit

Permalink
Merge pull request #239 from multinet-app/env-file-change
Browse files Browse the repository at this point in the history
Env file change
  • Loading branch information
jjnesbitt committed Jan 8, 2020
2 parents bf1604f + f675ff9 commit 31da05e
Show file tree
Hide file tree
Showing 6 changed files with 142 additions and 126 deletions.
File renamed without changes.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
python-version: '3.7'
architecture: 'x64'

# Copy Env File
- run: cp .env.default .env

# Build and test Multinet server.
- run: pip install pipenv
- run: pipenv install --dev --deploy
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,6 @@ arango/
arango-apps/
server.out
server.pid

# Environment Variables
.env
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ flake8-black = "==0.1.0"
flake8-bugbear = "==19.8.0"
flake8-docstrings = "==1.3.1"
flake8-quotes = "==2.1.0"
sphinx = "==2.1.2"
sphinx = "==2.3.1"
pytest = "==5.1.0"
pytest-cov = "==2.7.1"
pytest-xdist = "==1.29.0"
Expand Down

0 comments on commit 31da05e

Please sign in to comment.