cicd reorder
Signed-off-by: Jochen Mehlich <contact@jochenmehlich.de>
This commit is contained in:
parent
bb673b64a9
commit
2a98e17b31
@ -22,10 +22,10 @@ default:
|
||||
before_script:
|
||||
- apt -y update
|
||||
- apt -y install apt-utils -yqq
|
||||
- apt -y install net-tools python3.8 python3-pip mysql-client libmysqlclient-dev pkg-config -yqq
|
||||
- echo 'debconf debconf/frontend select Noninteractive' | sudo debconf-set-selections
|
||||
- DEBIAN_FRONTEND=noninteractive sudo apt-get update && sudo apt-get -y --no-install-recommends install tzdata
|
||||
- sudo cp /usr/share/zoneinfo/Europe/Berlin /etc/localtime
|
||||
- apt -y install net-tools python3.8 python3-pip mysql-client libmysqlclient-dev pkg-config -yqq
|
||||
- apt -y upgrade
|
||||
- pip3 install -r requirements.txt
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user