Skip to content

Commit f8fb8b5

Browse files
Merge pull request #61 from serokell/zhenya/autorelease-curl
Add curl package to the auto-release CI job
2 parents 9520c2d + 264f52c commit f8fb8b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ steps:
2020
- command: nix run -f ci.nix pkgs.reuse -c reuse lint
2121
label: REUSE lint
2222
- 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"
23+
- 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"
2424
label: Create a pre-release
2525
branches: master
2626
- command:

0 commit comments

Comments
 (0)