Skip to content

Commit

Permalink
[DEVOPS-498] cardano-sl: redirect to the cardano-sl-1.0-mainnet branch
Browse files Browse the repository at this point in the history
  • Loading branch information
deepfire committed Dec 6, 2017
1 parent 5046243 commit a267ae0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
global:
- VERSION=1.0
- NETWORK=mainnet
- CARDANO_SL_BRANCH=cardano-sl-1.0
- CARDANO_SL_BRANCH=cardano-sl-1.0-mainnet
# NOTE: when bumping nixpkgs, also update default.nix
- NIX_PATH=nixpkgs=https://github.com/NixOS/nixpkgs/archive/48ecdcf5980a6504cd3b884b121e29efb2fb83dc.tar.gz
# AWS access key
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ install:
- IF NOT DEFINED APPVEYOR_PULL_REQUEST_NUMBER aws s3 cp --region eu-central-1 s3://iohk-private/iohk-windows-certificate-2.p12 C:/iohk-windows-certificate.p12

test_script:
- scripts\build-installer-win64.bat %APPVEYOR_BUILD_VERSION% cardano-sl-1.0
- scripts\build-installer-win64.bat %APPVEYOR_BUILD_VERSION% cardano-sl-1.0-mainnet

artifacts:
- path: release\win32-x64\Daedalus-win32-x64
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-installer-win64.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ rem installer dev mode: set SKIP_TO_FRONTEND/SKIP_TO_INSTALLER
set MIN_CARDANO_BYTES=50000000
set LIBRESSL_VERSION=2.5.3
set CURL_VERSION=7.54.0
set CARDANO_BRANCH_DEFAULT=cardano-sl-1.0
set CARDANO_BRANCH_DEFAULT=cardano-sl-1.0-mainnet
set DAEDALUS_VERSION_DEFAULT=local-dev-build-%CARDANO_BRANCH_DEFAULT%

set DAEDALUS_VERSION=%1
Expand Down

0 comments on commit a267ae0

Please sign in to comment.