Permalink
Cannot retrieve contributors at this time
Fetching contributors…
| #!/bin/sh | |
| set -e | |
| mkdir -p bin | |
| ( cd bin && wget https://niemeyer.s3.amazonaws.com/spread-amd64.tar.gz -O spread.tar.gz && tar xzvf spread.tar.gz ) | |
| git clone https://github.com/snapcore/snapd target | |
| cd target || exit 1 | |
| # unity test is failing, only run docker | |
| ../bin/spread -v linode:tests/nightly/docker | |
| ../bin/spread -v linode:ubuntu-16.04-64:tests/nested/extra-snaps-assertions |