Skip to content

Commit f5b5079

Browse files
committed
Update shippable.yml
1 parent a008ba3 commit f5b5079

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

shippable.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

2121
script:
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-
2726
env:
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
3030
after_script:
@@ -37,4 +37,5 @@ notifications:
3737
3838
on_success: always
3939
on_failure: always
40-
build_image: shippable/minv2:beta
40+
41+
#build_image: shippable/minv2:beta

0 commit comments

Comments
 (0)