Revision 9f16be0807be7299424b5b9d78b609346957d933 authored by Michael Hoffman on 07 June 2019, 15:53:21 UTC, committed by Daniel Himmelstein on 07 June 2019, 15:53:21 UTC
Merges https://github.com/manubot/rootstock/pull/230
Closes https://github.com/manubot/rootstock/issues/229

Previously, `command -v docker` returned a non-zero exit status when
docker did not exist. Because build.sh uses `set -o errexit`, this caused
the build script to exit. By appending `|| true`, the exit status will always
be zero.

Use recommended $() instead of backticks for command substitution.
https://stackoverflow.com/a/24592916/4651668
1 parent b9e1d42
History
File Mode Size
build
ci
content
output
webpage
.gitignore -rw-r--r-- 459 bytes
.travis.yml -rw-r--r-- 700 bytes
LICENSE-CC0.md -rw-r--r-- 6.8 KB
LICENSE.md -rw-r--r-- 16.7 KB
README.md -rw-r--r-- 5.6 KB
SETUP.md -rw-r--r-- 7.0 KB
USAGE.md -rw-r--r-- 15.2 KB

README.md

back to top