Skip to content

Commit

Permalink
removed commented line of code
Browse files Browse the repository at this point in the history
  • Loading branch information
rahkumar56 authored Jul 3, 2024
1 parent 74f01ac commit 733112f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,6 @@ steps:
- name: testdata
path: /drone/src/tmp/testdata/cache

# - name: generate
# image: golang:1.22.4-alpine3.19
# commands:
# - apk add --update make git
# # Following environment tricks are because of unintended variable capture by flag library.
# # This mitigates contamination happens when generating CLI flag documentation.
# - env -i make PATH=$(which go):$PATH HOME=$HOME PWD=$PWD GO=$(which go) GOPATH=$(go env GOPATH) generate
# - git diff --exit-code

- name: rebuild-cache
image: meltwater/drone-cache:v1.1.0-rc1
pull: always
Expand Down

0 comments on commit 733112f

Please sign in to comment.