Skip to content

Commit

Permalink
updated suffixes for mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
anatolse committed May 14, 2019
1 parent 80c1dde commit cfad38e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -320,9 +320,9 @@ matrix:
###############################################################################
before_script:
- curl -sL https://raw.githubusercontent.com/travis-ci/artifacts/master/install | bash
- BEAM_TARGET_SUFFIX="-masternet"
- BEAM_DISPLAY_SUFFIX="Masternet"
- BEAM_DISPLAY_SUFFIX2="-Masternet"
- BEAM_TARGET_SUFFIX=""
- BEAM_DISPLAY_SUFFIX=""
- BEAM_DISPLAY_SUFFIX2=""

after_success:
# deploy using ftp server
Expand Down
20 changes: 10 additions & 10 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ build_script:
after_build:
- ps: $env:DATE=[TimeZoneInfo]::ConvertTimeBySystemTimeZoneId([DateTime]::UtcNow, "Belarus Standard Time").ToString('yyyy.MM.dd')
- ps: $env:TIME=[TimeZoneInfo]::ConvertTimeBySystemTimeZoneId([DateTime]::UtcNow, "Belarus Standard Time").ToString('HH:mm:ss')
- ps: $env:BEAM_TARGET_SUFFIX='-masternet'
- ps: $env:BEAM_DISPLAY_SUFFIX='Masternet'
- ps: $env:BEAM_DISPLAY_SUFFIX2='-Masternet'
- ps: $env:BEAM_DISPLAY_SUFFIX3=' Masternet'
- ps: $env:BEAM_TARGET_SUFFIX=''
- ps: $env:BEAM_DISPLAY_SUFFIX=''
- ps: $env:BEAM_DISPLAY_SUFFIX2=''
- ps: $env:BEAM_DISPLAY_SUFFIX3=''
- cmd: >-
cpack --verbose -G NSIS -C %BUILD_CONFIG%
Expand Down Expand Up @@ -81,22 +81,22 @@ on_success:
curl --retry 3 --ftp-create-dirs -T "c:/projects/beam/beam/beam-pdb%BEAM_TARGET_SUFFIX%-%BEAM_VERSION%.zip" "%BUILDS_SERVER_PATH%/pdb/beam-pdb%BEAM_TARGET_SUFFIX%-%BEAM_VERSION%.zip"
artifacts:
- path: beam-node%BEAM_TARGET_SUFFIX%-%BEAM_VERSION%.zip
- path: beam-node-%BEAM_VERSION%.zip
name: BeamNode

- path: beam-wallet-cli%BEAM_TARGET_SUFFIX%-%BEAM_VERSION%.zip
- path: beam-wallet-cli-%BEAM_VERSION%.zip
name: BeamWalletCli

- path: wallet-api%BEAM_TARGET_SUFFIX%-%BEAM_VERSION%.zip
- path: wallet-api-%BEAM_VERSION%.zip
name: BeamWalletApi

- path: explorer-node%BEAM_TARGET_SUFFIX%-%BEAM_VERSION%.zip
- path: explorer-node-%BEAM_VERSION%.zip
name: BeamNodeExplorer

- path: pdb/beam-pdb%BEAM_TARGET_SUFFIX%-%BEAM_VERSION%.zip
- path: pdb/beam-pdb-%BEAM_VERSION%.zip
name: BeamPdb

- path: Beam-Wallet%BEAM_DISPLAY_SUFFIX2%-%BEAM_VERSION%.exe
- path: Beam-Wallet-%BEAM_VERSION%.exe
name: BeamWallet

deploy:
Expand Down

0 comments on commit cfad38e

Please sign in to comment.