Merge pull request #61 from serokell/zhenya/autorelease-curl

Add curl package to the auto-release CI job
This commit is contained in:
Zhenya Vinogradov 2021-03-19 15:26:48 +03:00 committed by GitHub
commit f8fb8b50ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ steps:
- command: nix run -f ci.nix pkgs.reuse -c reuse lint
label: REUSE lint
- command:
- 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"
label: Create a pre-release
branches: master
- command: