ci: fix incorrect if else in build.sh
This commit is contained in:
parent
744bcc54e8
commit
46c5914547
|
@ -5,7 +5,7 @@ yarn rebuild
|
|||
echo "Packaging static assets..."
|
||||
if [ "${SHOULD_DEPLOY}" == "true" ]; then
|
||||
yarn build --base=https://www.ietf.org/lib/dt/$PKG_VERSION/
|
||||
elif
|
||||
else
|
||||
yarn build
|
||||
fi
|
||||
yarn legacy:build
|
||||
|
|
Loading…
Reference in a new issue