File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ before_script:
1616 - psql -c "create database test;" -U postgres
1717 - mkdir -p shippable/testresults
1818 - mkdir -p shippable/codecoverage
19- - echo $key1 and $key2
19+ - echo $key1 and $key2 and $FOO
2020
2121script :
2222 - nosetests test.py --with-xunit --xunit-file=shippable/testresults/nosetests.xml
2323 - which python && coverage run --branch test.py
2424 - which python && coverage xml -o shippable/codecoverage/coverage.xml test.py
2525
26-
2726env :
27+ - FOO=fooval SHIPPABLE_POSTGRES_CMD='sudo -u postgres $SHIPPABLE_POSTGRES_BINARY -c config_file=/etc/postgresql/$SHIPPABLE_POSTGRES_VERSION/main/postgresql.conf -c fsync=off'
2828 - secure : e3IF2H+i8bq+GzgbMoR1WY5WAYqOYviZWWUQobtNAVW0Lq1N1EJURJ98L34vf7Yrsx9YBuaOGAcRFx7MDNyrNtmPkXtZVkODSBzRIwwwCO3D3wrSIig6QxvRGRmDMIIMFFTf92SRcu0WfwD+qe9aQSH5hDM5uqOQX7tsD+xScaiGF5ShvhrBjHZNOq7LlLwU1LpmJCj7RlwzCVGSqdUicAhhh5xBK+QmJkC6BQWJq9OZsNchwQKDmacDoyZbqrpSmclbkNuSG6x6EE0HZ/WKYbadCjxRMFtk0wVsQsfkMh42/jNMalkLDpMBfa+/3C6nwanXm0yfqdMdAi+IGv9xUA==
2929# cache: true
3030after_script :
@@ -37,4 +37,5 @@ notifications:
37373838 on_success : always
3939 on_failure : always
40- build_image : shippable/minv2:beta
40+
41+ # build_image: shippable/minv2:beta
You can’t perform that action at this time.
0 commit comments