File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 66 lib writeShellScriptBin ;
77 inherit ( import ./source-lib.nix { inherit inputs ; } ) installerClusters ;
88
9- # FIXME: change all to `csl-daedalus` once we get official aarch64-darwin workers:
10- bucketSubdir = if targetSystem != "aarch64-darwin" then "csl-daedalus" else "UNSAFE-internal-build" ;
11-
129in
1310
1411writeShellScriptBin "buildkite-pipeline" ''
@@ -54,7 +51,7 @@ writeShellScriptBin "buildkite-pipeline" ''
5451 echo '~~~ Generating installer for cluster ‘${ cluster } ’'
5552
5653 tmpdir=$(mktemp -d)
57- result="$tmpdir"/${ bucketSubdir }
54+ result="$tmpdir"/csl-daedalus
5855
5956 # XXX: `set -x` to give CI users a reproduction, and `| cat`:
6057 # • turns off any interactive questions from Nix (e.g. accept-flake-config)
You can’t perform that action at this time.
0 commit comments