Skip to content

Commit fdaec5c

Browse files
committed
Add proper nix expression
1 parent 5401bab commit fdaec5c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.buildkite/pipeline-for-tags.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ steps:
9191
soft_fail: true # No artifacts to download if all the bottles are already built
9292
commands:
9393
- mkdir -p "Big Sur"
94-
- gh release download build.tag -D "Big Sur/" -p "*.bottle.tar.gz"
94+
- nix develop .#buildkite -c gh release download $(git describe --tag) -D "Big Sur/" -p "*.bottle.tar.gz"
9595
- ls "Big Sur"
9696

9797
- label: delete test-release pre-release

tezos_vote.log

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Command '['sudo', '-u', 'tezos', 'mkdir', '-p', '/var/lib/tezos/client-mainnet']' returned non-zero exit status 1.

0 commit comments

Comments
 (0)