Update .gitlab-ci.yml
This commit is contained in:
parent
a4ea28d8be
commit
55aabad630
@ -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 *'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user