Skip to content

Commit 60830f3

Browse files
committed
[DDW-1202] Remove NIX_SSL_CERT_FILE override from Buildkite
1 parent b0c8344 commit 60830f3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.buildkite/pipeline.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ steps:
1111
- label: 'daedalus-x86_64-darwin'
1212
command: 'scripts/with-nix-2.5.sh scripts/build-installer-unix.sh --build-id $BUILDKITE_BUILD_NUMBER'
1313
depends_on: 'trigger-x86_64-darwin'
14-
env:
15-
NIX_SSL_CERT_FILE: /nix/var/nix/profiles/default/etc/ssl/certs/ca-bundle.crt
1614
agents:
1715
queue: daedalus
1816
system: x86_64-darwin
@@ -21,7 +19,6 @@ steps:
2119
command: 'scripts/with-nix-2.5.sh scripts/build-installer-unix.sh --build-id $BUILDKITE_BUILD_NUMBER'
2220
depends_on: 'trigger-aarch64-darwin'
2321
env:
24-
NIX_SSL_CERT_FILE: /nix/var/nix/profiles/default/etc/ssl/certs/ca-bundle.crt
2522
UPLOAD_DIR_OVERRIDE: UNSAFE-internal-build
2623
agents:
2724
queue: daedalus

0 commit comments

Comments
 (0)