Update .gitlab-ci.yml

This commit is contained in:
Christoffer Martinsson 2018-10-29 14:29:38 +00:00
parent a4ea28d8be
commit 55aabad630

View File

@ -11,7 +11,7 @@ before_script:
build:
script:
- pip install requests
- python get_app_data.py $HAAPS_TOKEN
- python get_app_data.py $HAASP_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 *'