Skip to content

Commit

Permalink
chore: fix Drone CI
Browse files Browse the repository at this point in the history
Should move to GHA, as a bandaid for now.

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira committed May 15, 2024
1 parent dd3c35c commit d9b40d8
Showing 1 changed file with 10 additions and 19 deletions.
29 changes: 10 additions & 19 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,13 @@ steps:
image: autonomy/build-container:latest
commands:
- git fetch --tags
- install-ci-key
- setup-buildx-amd64-arm64
- setup-ci
environment:
SSH_KEY:
from_secret: ssh_key
DOCKER_CLI_EXPERIMENTAL: enabled
privileged: true
volumes:
- name: docker-socket
path: /var/run
- name: ssh
path: /root/.ssh
- name: outer-docker-socket
path: /var/outer-run
- name: docker
path: /root/.docker/buildx

Expand All @@ -35,10 +30,8 @@ steps:
include:
- pull_request
volumes:
- name: docker-socket
path: /var/run
- name: ssh
path: /root/.ssh
- name: outer-docker-socket
path: /var/outer-run
- name: docker
path: /root/.docker/buildx

Expand All @@ -58,21 +51,19 @@ steps:
include:
- tag
volumes:
- name: docker-socket
path: /var/run
- name: ssh
path: /root/.ssh
- name: outer-docker-socket
path: /var/outer-run
- name: docker
path: /root/.docker/buildx

volumes:
- name: docker-socket
- name: outer-docker-socket
host:
path: /var/ci-docker
- name: outer-docker-socket
path: /var/outer-run
- name: docker
temp: {}
- name: ssh
temp: {}

---
kind: pipeline
Expand Down

0 comments on commit d9b40d8

Please sign in to comment.