Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit acbe0b3

Browse files
author
Vidya Raghavan
committed
Update shippable.yml
1 parent 08413f6 commit acbe0b3

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

shippable.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,15 @@ python:
77
install:
88
- pip install -r requirements.txt
99

10-
# Make folders for the reports, and create the SQL db
10+
env:
11+
global:
12+
- BAR=foo
13+
- secure: vHJpJ6o/gpiSOqlxg/Jtb4YYxsu8hASmRc5RQGSY1yPqeie7L8v1z4MX8lAYHZToguVqXYYIrVZpy+yGdI3FKK0dac8J8bO1i6tEIEAwPIzctBhSxfmiYr0BGXieVy9w2fB+OrDNlMwWi57F5QbMarcNr7YHokFYY2tcb/tL+Sne///NUcc3AG6Kwt/GM7k0sWMNPZcjjMRzGNo042LHEocXN69er887nrf8xRheta+eUoCPSp67URMKoVBuFWm4IwdklnPmSZK+HKbnVajpXOrelxy8pLnMMZP26CoVzNO7387R6UxSgglWgf+xLSCjaXIR3EcZ07bMwn4XRdrz5Q==
14+
1115
before_script:
16+
#- pip list
17+
- echo $FOO
18+
- echo $BAR
1219
- mkdir -p shippable/testresults
1320
- mkdir -p shippable/codecoverage
1421
- mysql -e 'create database if not exists `project-test`;'

0 commit comments

Comments
 (0)