We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9520c2d + 264f52c commit f8fb8b5Copy full SHA for f8fb8b5
1 file changed
.buildkite/pipeline.yml
@@ -20,7 +20,7 @@ steps:
20
- command: nix run -f ci.nix pkgs.reuse -c reuse lint
21
label: REUSE lint
22
- command:
23
- - nix run -f ci.nix pkgs.gitAndTools.hub -c bash -c "curl https://raw.githubusercontent.com/serokell/scratch/release-binary/scripts/release-binary.sh | bash"
+ - nix run -f ci.nix pkgs.curl pkgs.gitAndTools.hub -c bash -c "curl https://raw.githubusercontent.com/serokell/scratch/release-binary/scripts/release-binary.sh | bash"
24
label: Create a pre-release
25
branches: master
26
0 commit comments