removed android garbo
This commit is contained in:
parent
8f94aed2ee
commit
f65d4111fe
|
@ -29,7 +29,7 @@ steps:
|
||||||
name: deploy-config
|
name: deploy-config
|
||||||
when:
|
when:
|
||||||
- path:
|
- path:
|
||||||
include: [ '$${CI_REPO_NAME}.yml', '.woodpecker.yml' ]
|
include: [ '$${CI_REPO_NAME}.yml', '.woodpecker.yml', 'Dockerfile' ]
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
secrets: [REGISTRY_USER, REGISTRY_PASSWORD]
|
secrets: [REGISTRY_USER, REGISTRY_PASSWORD]
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -37,4 +37,3 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- echo "$${REGISTRY_PASSWORD}" | docker login -u "$${REGISTRY_USER}" --password-stdin git.nixc.us
|
- echo "$${REGISTRY_PASSWORD}" | docker login -u "$${REGISTRY_USER}" --password-stdin git.nixc.us
|
||||||
- docker stack deploy --with-registry-auth -c ./$${CI_REPO_NAME}.yml $${CI_REPO_NAME}
|
- docker stack deploy --with-registry-auth -c ./$${CI_REPO_NAME}.yml $${CI_REPO_NAME}
|
||||||
# buildforce
|
|
|
@ -14,12 +14,9 @@ RUN apt-get update && apt-get install -y \
|
||||||
wget \
|
wget \
|
||||||
gramps \
|
gramps \
|
||||||
golang-go \
|
golang-go \
|
||||||
qemu-kvm \
|
|
||||||
libvirt-daemon-system \
|
libvirt-daemon-system \
|
||||||
libvirt-clients \
|
libvirt-clients \
|
||||||
bridge-utils \
|
bridge-utils \
|
||||||
adb \
|
|
||||||
libvulkan1 \
|
|
||||||
&& rm -rf /var/lib/apt/lists/* && \
|
&& rm -rf /var/lib/apt/lists/* && \
|
||||||
mkdir -p /root/.ssh/ && \
|
mkdir -p /root/.ssh/ && \
|
||||||
chmod 600 /root/.ssh
|
chmod 600 /root/.ssh
|
||||||
|
|
Loading…
Reference in New Issue