Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iGoogle-ink committed May 25, 2023
1 parent 95a12ee commit 61cee29
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ platform:
arch: amd64

steps:
- name: helloworld
pull: if-not-exists
image: hello-world

- name: ci_1.18
pull: if-not-exists
image: golang:1.18
Expand All @@ -23,8 +19,6 @@ steps:
GOSUMDB: "off"
CGO_ENABLED: "0"
GOOS: "linux"
depends_on:
- helloworld
commands:
- go version
- go env
Expand Down

0 comments on commit 61cee29

Please sign in to comment.