File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1010 environment :
1111 POSTGRES_USER : ubuntu
1212 POSTGRES_DB : circle_test
13- POSTGRES_PASSWORD : " "
13+ POSTGRES_PASSWORD : ' '
1414 steps :
1515 - checkout
1616 - run : mkdir test-reports
2424 java -jar selenium-server-standalone-3.5.3.jar -log test-reports/selenium.log
2525 background : true
2626 - restore_cache :
27- key : deps1 -{{ .Branch }}-{{ checksum "requirements/dev.txt" }}
27+ key : deps2 -{{ .Branch }}-{{ checksum "requirements/dev.txt" }}
2828 - run :
2929 command : |
3030 python3 -m venv venv
3434 name : setup Heroku
3535 command : bash .circleci/setup-heroku.sh
3636 - save_cache :
37- key : deps1 -{{ .Branch }}-{{ checksum "requirements/dev.txt" }}
37+ key : deps2 -{{ .Branch }}-{{ checksum "requirements/dev.txt" }}
3838 paths :
39- - " venv"
39+ - ' venv'
4040 - run :
4141 command : |
4242 . venv/bin/activate
4848 path : test-reports/
4949 - add_ssh_keys :
5050 fingerprints :
51- - " 48:a0:87:54:ca:75:32:12:c6:9e:a2:77:a4:7a:08:a4"
51+ - ' 48:a0:87:54:ca:75:32:12:c6:9e:a2:77:a4:7a:08:a4'
5252 - deploy :
5353 name : Deploy Master to Heroku
5454 command : |
Original file line number Diff line number Diff line change 1- Flask==0.12 .2
1+ Flask==1.0 .2
22Flask-Bootstrap==3.3.7.1
33Flask-HTTPAuth==3.2.3
44Flask-Login==0.4.0
@@ -9,14 +9,14 @@ Flask-PageDown==0.2.2
99Flask-SQLAlchemy==2.2
1010Flask-Script==2.0.5
1111Flask-WTF==0.14.2
12- Jinja2==2.9.6
12+ Jinja2==2.10.1
1313Mako==1.0.7
1414Markdown==2.6.8
1515MarkupSafe==1.0
1616psycopg2==2.7.3.1
17- SQLAlchemy==1.1.13
17+ SQLAlchemy==1.3.0
1818WTForms==2.1
19- Werkzeug==0.12.2
19+ Werkzeug==0.15.4
2020alembic==0.9.5
2121bleach==2.0.0
2222blinker==1.4
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ Pygments==2.2.0
44colorama==0.3.9
55coverage==4.4.1
66httpie==0.9.9
7- requests==2.18.4
7+ requests==2.20.0
88selenium==3.5.0
99unittest-xml-reporting==2.1.0
You can’t perform that action at this time.
0 commit comments