diff --git a/.drone.yml b/.drone.yml index bfcf8f2..0d9188f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -30,25 +30,11 @@ steps: commands: - cargo deb - - name: build-docker - image: docker:stable - commands: - - apk add git bash - - ./ci/build_docker.sh - volumes: - - name: docker_sock - path: /var/run/docker.sock - - name: build-rpm image: casperlabs/rpm-package commands: - cargo rpm build -v -volumes: - - name: docker_sock - host: - path: /var/run/docker.sock - trigger: branch: - main @@ -128,29 +114,6 @@ steps: deb_path: './target/debian' deb_name: '*.deb' - - name: build-docker - image: docker:stable - commands: - - apk add git bash - - ./ci/build_docker.sh - volumes: - - name: docker_sock - path: /var/run/docker.sock - - - name: push-docker - image: docker:stable - commands: - - apk add git bash - - ./ci/push_docker.sh - volumes: - - name: docker_sock - path: /var/run/docker.sock - environment: - DOCKER_USERNAME: - from_secret: docker_username - DOCKER_PASSWORD: - from_secret: docker_password - - name: build-rpm image: casperlabs/rpm-package commands: @@ -174,13 +137,6 @@ steps: ref: - refs/tags/v* - # Need to attach rpm to github artifacts. - -volumes: - - name: docker_sock - host: - path: /var/run/docker.sock - trigger: ref: - refs/tags/v*