Skip to content

Commit

Permalink
fix(ci): remove comments from pipeline definition
Browse files Browse the repository at this point in the history
  • Loading branch information
brunopadz committed Jul 29, 2020
1 parent a94ca6b commit bc87206
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ steps:
from_secret: GH_TOKEN
files: amictl-linux-arm64.zip
title: linux
# depends_on:
# - build-linux-amd64
when:
event: tag

Expand Down Expand Up @@ -106,8 +104,6 @@ steps:
when:
event: tag

# depends_on:
# - build-linux-amd64
---
kind: pipeline
type: docker
Expand Down Expand Up @@ -143,8 +139,6 @@ steps:
when:
event: tag

# depends_on:
# - build-linux-amd64
---
kind: pipeline
type: docker
Expand Down Expand Up @@ -180,5 +174,3 @@ steps:
when:
event: tag

# depends_on:
# - build-linux-amd64

0 comments on commit bc87206

Please sign in to comment.