Skip to content

Commit

Permalink
ci: remove executable step from build
Browse files Browse the repository at this point in the history
  • Loading branch information
raulsh committed Jul 9, 2024
1 parent be8267b commit aa5a14a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -164,14 +164,6 @@ def linux(ctx, arch):
},
'commands': build,
},
{
'name': 'executable',
'image': 'golang:1.21',
'pull': 'always',
'commands': [
'./release/linux/%s/drone-manifest-ecr --help' % (arch),
],
},
{
'name': 'docker',
'image': 'plugins/docker',
Expand Down

0 comments on commit aa5a14a

Please sign in to comment.