Fix drone file
This commit is contained in:
parent
a71f6f1cf8
commit
5ef03b9bd5
1 changed files with 4 additions and 4 deletions
|
@ -2,10 +2,10 @@ pipeline:
|
|||
build:
|
||||
image: python:3
|
||||
commands:
|
||||
- sudo apt-get install -y curl python-tk docker-ce docker-ce-cli containerd.io
|
||||
- sudo pip install -U pip
|
||||
- sudo curl -L https://github.com/docker/compose/releases/download/1.21.2/docker-compose-$(uname -s)-$(uname -m) -o /usr/local/bin/docker-compose
|
||||
- sudo chmod +x /usr/local/bin/docker-compose
|
||||
- apt-get install -y curl python-tk docker-ce docker-ce-cli containerd.io
|
||||
- pip install -U pip
|
||||
- curl -L https://github.com/docker/compose/releases/download/1.21.2/docker-compose-$(uname -s)-$(uname -m) -o /usr/local/bin/docker-compose
|
||||
- chmod +x /usr/local/bin/docker-compose
|
||||
- docker-compose --version
|
||||
- pip install -r dev-requirements.txt
|
||||
- git clone https://github.com/tsileo/poussetaches.git && cd poussetaches && docker build . -t poussetaches:latest && cd -
|
||||
|
|
Loading…
Reference in a new issue