Skip to content

Commit

Permalink
test: pre-fetch CLI tools
Browse files Browse the repository at this point in the history
As `_out` is a shared volume across Drone steps, we should prefetch CLI
dependencies early, as fetching them concurrently from multiple steps
might lead to surpising results.

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
  • Loading branch information
smira committed Feb 22, 2022
1 parent d749643 commit 063a9e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ local setup_ci = {

commands: [
'setup-ci',
'make ./_out/kubectl',
'make ./_out/kubectl ./_out/kubestr ./_out/clusterctl',
],
environment: {
"BUILDKIT_FLAVOR": "cross",
Expand Down

0 comments on commit 063a9e1

Please sign in to comment.