diff options
Diffstat (limited to 'scripts/prepare-installer-for-github-actions')
-rwxr-xr-x | scripts/prepare-installer-for-github-actions | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/scripts/prepare-installer-for-github-actions b/scripts/prepare-installer-for-github-actions deleted file mode 100755 index 4b994a753..000000000 --- a/scripts/prepare-installer-for-github-actions +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/env bash - -set -e - -script=$(nix-build -A outputs.hydraJobs.installerScriptForGHA --no-out-link) -installerHash=$(echo "$script" | cut -b12-43 -) - -installerURL=https://$CACHIX_NAME.cachix.org/serve/$installerHash/install - -echo "::set-output name=installerURL::$installerURL" |