Skip to content

Commit

Permalink
Merge pull request #838 from input-output-hk/michael/devops-758-mainnet
Browse files Browse the repository at this point in the history
mainnet installers for the 1.1.1/0.9.1 release
  • Loading branch information
Darko Mijić authored Apr 5, 2018
2 parents 4353ce4 + a330d07 commit cd19ef9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ steps:
- label: 'daedalus-x86_64-darwin'
command: 'scripts/nix-shell.sh --run "scripts/build-installer-unix.sh $VERSION $CARDANO_SL_BRANCH --build-id $BUILDKITE_BUILD_NUMBER --pr-id $BUILDKITE_PULL_REQUEST"'
env:
VERSION: 1.1.0
CARDANO_SL_BRANCH: release/1.1.0
VERSION: 1.1.1
CARDANO_SL_BRANCH: release/1.1.1
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'
command: 'scripts/nix-shell.sh --run "scripts/build-installer-unix.sh $VERSION $CARDANO_SL_BRANCH --build-id $BUILDKITE_BUILD_NUMBER --pr-id $BUILDKITE_PULL_REQUEST"'
env:
VERSION: 1.1.0
CARDANO_SL_BRANCH: release/1.1.0
VERSION: 1.1.1
CARDANO_SL_BRANCH: release/1.1.1
agents:
system: x86_64-linux
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.1
- NETWORK=mainnet
- CARDANO_SL_BRANCH=release/1.1.0
- CARDANO_SL_BRANCH=release/1.1.1
# NOTE: when bumping nixpkgs, also update default.nix
- NIX_PATH=nixpkgs=https://github.com/NixOS/nixpkgs/archive/fb235c98d839ae37a639695ad088d19ef8382608.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-2/iohk-windows-certificate-4.p12 C:/iohk-windows-certificate.p12

test_script:
- scripts\build-installer-win64.bat %APPVEYOR_BUILD_VERSION% release/1.1.0
- scripts\build-installer-win64.bat %APPVEYOR_BUILD_VERSION% release/1.1.1

artifacts:
- path: release\win32-x64\Daedalus-win32-x64
Expand Down

0 comments on commit cd19ef9

Please sign in to comment.