Created
May 6, 2021 12:02
-
-
Save gilligan/cdc68685b4fb057076ad9f8506e2fce0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
export HYDRA_CONFIG=$PWD/hydra.conf | |
HYDRA_EVAL_JOBS=$(nix-build https://github.com/input-output-hk/ci-ops/archive/master.tar.gz -A hydra --no-out-link)/bin/hydra-eval-jobs | |
$HYDRA_EVAL_JOBS --option allowed-uris "https://github.com/NixOS https://github.com/input-output-hk" --arg supportedSystems '[ "x86_64-linux" ]' -I . release.nix | tee eval.json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment