removed android garbo

This commit is contained in:
root 2023-11-03 23:19:12 +00:00
parent 8f94aed2ee
commit f65d4111fe
2 changed files with 1 additions and 5 deletions

View File

@ -29,7 +29,7 @@ steps:
name: deploy-config
when:
- path:
include: [ '$${CI_REPO_NAME}.yml', '.woodpecker.yml' ]
include: [ '$${CI_REPO_NAME}.yml', '.woodpecker.yml', 'Dockerfile' ]
image: woodpeckerci/plugin-docker-buildx
secrets: [REGISTRY_USER, REGISTRY_PASSWORD]
volumes:
@ -37,4 +37,3 @@ steps:
commands:
- 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}
# buildforce

View File

@ -14,12 +14,9 @@ RUN apt-get update && apt-get install -y \
wget \
gramps \
golang-go \
qemu-kvm \
libvirt-daemon-system \
libvirt-clients \
bridge-utils \
adb \
libvulkan1 \
&& rm -rf /var/lib/apt/lists/* && \
mkdir -p /root/.ssh/ && \
chmod 600 /root/.ssh