Update .gitlab-ci.yml

This commit is contained in:
Christoffer Martinsson 2018-10-29 14:20:41 +00:00
parent b39762cc84
commit fff4875ff7

View File

@ -10,7 +10,8 @@ before_script:
build:
script:
- ./get_app_data.py $HAAPS_TOKEN
- ls -la
- python get_app_data.py $HAAPS_TOKEN
- hugo
- smbclient '//192.168.30.10/pages' $PASS -U $USER -c 'prompt OFF; recurse ON; rmdir '$CI_PROJECT_NAME';'
- smbclient '//192.168.30.10/pages' $PASS -U $USER -c 'prompt OFF; recurse ON; mkdir '$CI_PROJECT_NAME'; cd '$CI_PROJECT_NAME'; lcd public; mput *'