Skip to content

Commit

Permalink
chore: clean up release scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Dec 7, 2023
1 parent 6cdfd0f commit aae2f3b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ci/release/dry_run.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env nix-shell
#!nix-shell -I nixpkgs=channel:nixos-unstable-small --pure -p git jq nodejs nix -i bash
#!nix-shell -I nixpkgs=channel:nixos-unstable-small --pure -p cacert git jq nodejs nix -i bash
# shellcheck shell=bash

set -euo pipefail
Expand Down
2 changes: 1 addition & 1 deletion ci/release/prepare.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env nix-shell
#!nix-shell -p gnugrep unzip poetry nix -i bash
#!nix-shell -p cacert gnugrep unzip poetry nix -i bash
# shellcheck shell=bash

set -euo pipefail
Expand Down
2 changes: 1 addition & 1 deletion ci/release/publish.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env nix-shell
#!nix-shell --pure --keep POETRY_PYPI_TOKEN_PYPI -p poetry -i bash
#!nix-shell --pure --keep POETRY_PYPI_TOKEN_PYPI -p cacert poetry -i bash
# shellcheck shell=bash

set -euo pipefail
Expand Down
2 changes: 1 addition & 1 deletion ci/release/verify.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env nix-shell
#!nix-shell -I nixpkgs=channel:nixos-unstable-small --pure --keep POETRY_PYPI_TOKEN_PYPI -p dyff git poetry yj -i bash
#!nix-shell -I nixpkgs=channel:nixos-unstable-small --pure --keep POETRY_PYPI_TOKEN_PYPI -p poetry -i bash
# shellcheck shell=bash

set -euo pipefail
Expand Down

0 comments on commit aae2f3b

Please sign in to comment.