Skip to content

Commit cd1e1e7

Browse files
authored
Merge pull request #1545 from input-output-hk/anviking/deploy-fixup
Fixup: rm test.sh and tweak deploy filenames
2 parents 30c8b9b + c678585 commit cd1e1e7

File tree

2 files changed

+6
-58
lines changed

2 files changed

+6
-58
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -168,14 +168,14 @@ jobs:
168168
skip_cleanup: true # Make sure that files from the previous stages aren't cleaned up
169169
file:
170170
# cardano-node / Byron
171-
- cardano-wallet-$TRAVIS_TAG_linux64.tar.gz
172-
- cardano-wallet-$TRAVIS_TAG_macos64.tar.gz
173-
- cardano-wallet-$TRAVIS_TAG_win64.zip
171+
- cardano-wallet-$TRAVIS_TAG-linux64.tar.gz
172+
- cardano-wallet-$TRAVIS_TAG-macos64.tar.gz
173+
- cardano-wallet-$TRAVIS_TAG-win64.zip
174174

175175
# Jörmungandr / ITN
176-
- cardano-wallet-itn-$TRAVIS_TAG_linux64.tar.gz
177-
- cardano-wallet-itn-$TRAVIS_TAG_macos64.tar.gz
178-
- cardano-wallet-itn-$TRAVIS_TAG_win64.zip
176+
- cardano-wallet-itn-$TRAVIS_TAG-linux64.tar.gz
177+
- cardano-wallet-itn-$TRAVIS_TAG-macos64.tar.gz
178+
- cardano-wallet-itn-$TRAVIS_TAG-win64.zip
179179
on:
180180
repo: input-output-hk/cardano-wallet
181181
branch: master

test.sh

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)