Skip to content

Commit

Permalink
skip drone ci to push the images
Browse files Browse the repository at this point in the history
  • Loading branch information
galal-hussein committed Jun 6, 2022
1 parent ff20839 commit 30eac93
Showing 1 changed file with 49 additions and 49 deletions.
98 changes: 49 additions & 49 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,37 +7,37 @@ platform:
arch: amd64

steps:
- name: ci
image: rancher/dapper:v0.5.3
commands:
- dapper ci
environment:
DOCKER_PASS:
from_secret: docker_password
DOCKER_USER:
from_secret: docker_username
volumes:
- name: docker
path: /var/run/docker.sock
when:
event:
- tag
instance:
- drone-publish.rancher.io

- name: e2e-test
failure: ignore
image: rancher/dapper:v0.5.3
commands:
- dapper e2e-test
volumes:
- name: docker
path: /var/run/docker.sock
when:
event:
- tag
instance:
- drone-publish.rancher.io
# - name: ci
# image: rancher/dapper:v0.5.3
# commands:
# - dapper ci
# environment:
# DOCKER_PASS:
# from_secret: docker_password
# DOCKER_USER:
# from_secret: docker_username
# volumes:
# - name: docker
# path: /var/run/docker.sock
# when:
# event:
# - tag
# instance:
# - drone-publish.rancher.io

# - name: e2e-test
# failure: ignore
# image: rancher/dapper:v0.5.3
# commands:
# - dapper e2e-test
# volumes:
# - name: docker
# path: /var/run/docker.sock
# when:
# event:
# - tag
# instance:
# - drone-publish.rancher.io

- name: validate
image: rancher/dapper:v0.5.3
Expand Down Expand Up @@ -101,24 +101,24 @@ node:
arch: s390x

steps:
- name: ci
failure: ignore
image: rancher/dapper:v0.5.7
commands:
- dapper ci
environment:
DOCKER_PASS:
from_secret: docker_password
DOCKER_USER:
from_secret: docker_username
volumes:
- name: docker
path: /var/run/docker.sock
when:
event:
- tag
instance:
- drone-publish.rancher.io
# - name: ci
# failure: ignore
# image: rancher/dapper:v0.5.7
# commands:
# - dapper ci
# environment:
# DOCKER_PASS:
# from_secret: docker_password
# DOCKER_USER:
# from_secret: docker_username
# volumes:
# - name: docker
# path: /var/run/docker.sock
# when:
# event:
# - tag
# instance:
# - drone-publish.rancher.io

- name: validate
image: rancher/dapper:v0.5.7
Expand Down

0 comments on commit 30eac93

Please sign in to comment.