Skip to content

Commit

Permalink
Merge pull request #773 from input-output-hk/devops-638-mainnet-1.1
Browse files Browse the repository at this point in the history
[DEVOPS-638] mainnet 1.1
  • Loading branch information
domenkozar committed Mar 5, 2018
2 parents 5b7459c + 24282da commit ba037d3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ steps:
VERSION: 1.1.0
CARDANO_SL_BRANCH: release/1.1.0
NIX_SSL_CERT_FILE: /nix/var/nix/profiles/default/etc/ssl/certs/ca-bundle.crt
NETWORK: mainnet
agents:
system: x86_64-darwin
- label: 'daedalus-x86_64-linux'
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ environment:
AWS_SECRET_ACCESS_KEY:
secure: DbpP02aDGoC3Tdsi3+ONm8ov0nuXzEF/Yi453SBKj38qjROzvPXo6qW44bYiKBf4
CERT_PASS:
secure: 9tjYxdz1fqibx1WOrP5yn32iwbEXeYx+Btb5QJqHvMO4Ng2/yUtPi00/ZMXihFWV
secure: gchmzr5STsO4Iosx5ZSCED5UfNP8cn26LDw3NSpxPxkCgCTnVcOXjbbvTtAMJYXP
# Avoid long paths on Windows
STACK_ROOT: "c:\\sr"

Expand All @@ -20,7 +20,7 @@ cache:

install:
- ps: Install-Product node $env:nodejs_version x64
- IF NOT DEFINED APPVEYOR_PULL_REQUEST_NUMBER aws s3 cp --region eu-central-1 s3://iohk-private-2/iohk-windows-certificate-2.p12 C:/iohk-windows-certificate.p12
- IF NOT DEFINED APPVEYOR_PULL_REQUEST_NUMBER aws s3 cp --region eu-central-1 s3://iohk-private-2/iohk-windows-certificate-3.p12 C:/iohk-windows-certificate.p12

test_script:
- scripts\build-installer-win64.bat %APPVEYOR_BUILD_VERSION% release/1.1.0
Expand Down
2 changes: 1 addition & 1 deletion installers/launcher-config-mac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ nodeArgs:
- --wallet-db-path
- $HOME/Library/Application Support/Daedalus/Wallet-1.0
- --update-server
- http://update.cardano-mainnet.iohk.io
- https://update-cardano-mainnet.iohk.io
- --update-with-package
- --no-ntp
- --tlscert
Expand Down
2 changes: 1 addition & 1 deletion installers/launcher-config-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ nodeArgs:
- --wallet-db-path
- ! '%APPDATA%\Daedalus\Wallet-1.0'
- --update-server
- http://update.cardano-mainnet.iohk.io
- https://update-cardano-mainnet.iohk.io
- --update-with-package
- --no-ntp
- --tlscert
Expand Down

0 comments on commit ba037d3

Please sign in to comment.