Skip to content

Commit

Permalink
test drone
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Richter <[email protected]>
  • Loading branch information
dragonchaser committed Aug 22, 2023
1 parent 780ba67 commit f49797d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -543,8 +543,7 @@ def buildOcisBinaryForTesting(ctx):
"os": "linux",
"arch": "amd64",
},
"steps": skipIfUnchanged(ctx, "acceptance-tests") +
makeNodeGenerate("") +
"steps": makeNodeGenerate("") +
makeGoGenerate("") +
build() +
rebuildBuildArtifactCache(ctx, "ocis-binary-amd64", "ocis/bin"),
Expand Down

0 comments on commit f49797d

Please sign in to comment.