ci: more portable sh/bash test construction
This commit is contained in:
parent
46c5914547
commit
adcca27a74
|
@ -3,7 +3,7 @@
|
|||
echo "Compiling native node packages..."
|
||||
yarn rebuild
|
||||
echo "Packaging static assets..."
|
||||
if [ "${SHOULD_DEPLOY}" == "true" ]; then
|
||||
if [ "${SHOULD_DEPLOY}" = "true" ]; then
|
||||
yarn build --base=https://www.ietf.org/lib/dt/$PKG_VERSION/
|
||||
else
|
||||
yarn build
|
||||
|
|
Loading…
Reference in a new issue