Added py3-pip and requests py3

This commit is contained in:
Christian Martinsson 2022-06-19 14:25:04 +02:00
parent 285a1970eb
commit 428be96d15

View File

@ -6,11 +6,11 @@ variables:
GIT_SUBMODULE_STRATEGY: recursive GIT_SUBMODULE_STRATEGY: recursive
before_script: 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: build:
script: script:
- pip install requests - pip3 install requests
- python3 get_app_data.py $HAASP_TOKEN - python3 get_app_data.py $HAASP_TOKEN
- hugo - hugo
- smbclient '//192.168.30.128/pages' $PASS -U $USER -c 'prompt OFF; recurse ON; rmdir '$CI_PROJECT_NAME';' - smbclient '//192.168.30.128/pages' $PASS -U $USER -c 'prompt OFF; recurse ON; rmdir '$CI_PROJECT_NAME';'