ci: more portable sh/bash test construction

This commit is contained in:
Robert Sparks 2022-07-15 09:12:12 -05:00 committed by GitHub
parent 46c5914547
commit adcca27a74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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