Update .gitlab-ci.yml

This commit is contained in:
Christoffer Martinsson 2018-10-29 14:25:19 +00:00
parent 9270514777
commit 0ba1da6e0e

View File

@ -10,7 +10,7 @@ before_script:
build: build:
script: script:
- ls -la - pip install requests
- python get_app_data.py $HAAPS_TOKEN - python get_app_data.py $HAAPS_TOKEN
- hugo - 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; rmdir '$CI_PROJECT_NAME';'