Added py3-pip and requests py3
This commit is contained in:
parent
285a1970eb
commit
428be96d15
@ -6,11 +6,11 @@ variables:
|
||||
GIT_SUBMODULE_STRATEGY: recursive
|
||||
|
||||
before_script:
|
||||
- apk --no-cache upgrade && apk --no-cache add samba samba-common-tools supervisor py-pip python3
|
||||
- apk --no-cache upgrade && apk --no-cache add samba samba-common-tools supervisor py-pip python3 py3-pip
|
||||
|
||||
build:
|
||||
script:
|
||||
- pip install requests
|
||||
- pip3 install requests
|
||||
- python3 get_app_data.py $HAASP_TOKEN
|
||||
- hugo
|
||||
- smbclient '//192.168.30.128/pages' $PASS -U $USER -c 'prompt OFF; recurse ON; rmdir '$CI_PROJECT_NAME';'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user