Browse Source

Merge branch 'sh-not-bash' into 'next'

ci: use sh instead of bash

See merge request famedly/conduit!665
generate-config
Matthias Ahouansou 2 years ago
parent
commit
90c9794221
  1. 2
      bin/nix-build-and-cache

2
bin/nix-build-and-cache

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/usr/bin/env sh
set -euo pipefail

Loading…
Cancel
Save