use arch image
continuous-integration/drone/push Build encountered an error
Details
continuous-integration/drone/push Build encountered an error
Details
This commit is contained in:
parent
3a8577db93
commit
65665cca51
|
@ -9,7 +9,7 @@ steps:
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
|
|
||||||
- name: deploy
|
- name: deploy
|
||||||
image: ubuntu
|
image: arch
|
||||||
environment:
|
environment:
|
||||||
HOST:
|
HOST:
|
||||||
from_secret: host
|
from_secret: host
|
||||||
|
@ -25,7 +25,7 @@ steps:
|
||||||
# install stuff
|
# install stuff
|
||||||
- apt-get update -qq > /dev/null
|
- apt-get update -qq > /dev/null
|
||||||
- apt-get install ssh rsync -qq > /dev/null
|
- apt-get install ssh rsync -qq > /dev/null
|
||||||
- apt-get install python3 make -qq > /dev/null
|
- apt-get install python make -qq > /dev/null
|
||||||
|
|
||||||
# configure ssh
|
# configure ssh
|
||||||
- eval $(ssh-agent -s)
|
- eval $(ssh-agent -s)
|
||||||
|
|
Loading…
Reference in New Issue