You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
407 B
YAML

types:
- deploy
Pack l10n strings:
type: deploy
script:
- echo $[CI_BUILD_ID+552] > version
- date +%s >> version
- curl http://sensetoolbox.com/gettranslators.php > translators
- zip -9 -r strings_${CI_BUILD_REF_NAME}.zip . -x "*.git*"
- mv strings_${CI_BUILD_REF_NAME}.zip /home/toolbox/data/www/sensetoolbox.com/l10n/
- rm version
- rm translators
only:
- sense6