foundation.mozilla.org/bin/post_compile

12 строки
243 B
Bash

#!/usr/bin/env bash
set -euox pipefail
cd ${BUILD_DIR}
# Get the po files from S3
curl -o translations.tar https://foundation-site-translations.s3.amazonaws.com/translations.tar
# Untar the archive
tar -C network-api -xvf translations.tar