use arch image
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
3a8577db93
commit
5c8f53a39e
10
.drone.yml
10
.drone.yml
|
@ -4,12 +4,13 @@ name: deploy
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: submodules
|
- name: submodules
|
||||||
image: alpine/git
|
image: archlinux
|
||||||
commands:
|
commands:
|
||||||
|
- pacman -Sy --noconfirm git >/dev/null
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
|
|
||||||
- name: deploy
|
- name: deploy
|
||||||
image: ubuntu
|
image: archlinux
|
||||||
environment:
|
environment:
|
||||||
HOST:
|
HOST:
|
||||||
from_secret: host
|
from_secret: host
|
||||||
|
@ -23,9 +24,8 @@ steps:
|
||||||
|
|
||||||
commands:
|
commands:
|
||||||
# install stuff
|
# install stuff
|
||||||
- apt-get update -qq > /dev/null
|
- pacman -Sy --noconfirm > /dev/null
|
||||||
- apt-get install ssh rsync -qq > /dev/null
|
- pacman -S --noconfirm python make git openssh rsync > /dev/null
|
||||||
- apt-get install python3 make -qq > /dev/null
|
|
||||||
|
|
||||||
# configure ssh
|
# configure ssh
|
||||||
- eval $(ssh-agent -s)
|
- eval $(ssh-agent -s)
|
||||||
|
|
Loading…
Reference in New Issue