Skip to content

Commit

Permalink
remove automated bump.sh export from travis script.
Browse files Browse the repository at this point in the history
  The use of `yq` seems broken, this is not essential for the release
  for it can be done manually.
  • Loading branch information
KtorZ committed Jan 12, 2021
1 parent 834edf2 commit 4e49b1f
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,15 @@ jobs:
if: type != pull_request AND (tag =~ ^v OR commit_message =~ /TRAVIS_TRIGGER_RELEASE/)
name: "Executables"
script:
# Upload swagger to bump.sh
- gem install bump-cli
- sudo snap install yq
- yq r -j specifications/api/swagger.yaml > specifications/api/swagger.json
- bump validate --doc $BUMP_SH_DOC_ID --token $BUMP_SH_TOKEN specifications/api/swagger.json
- bump deploy --doc $BUMP_SH_DOC_ID --token $BUMP_SH_TOKEN specifications/api/swagger.json
# # Upload swagger to bump.sh
# FIXME: This currently fails with 'The command "yq r -j specifications/api/swagger.yaml > specifications/api/swagger.json" exited with 1.'
# See: https://travis-ci.org/github/input-output-hk/cardano-wallet/jobs/754099465#L213
#
# - gem install bump-cli
# - sudo snap install yq
# - yq r -j specifications/api/swagger.yaml > specifications/api/swagger.json
# - bump validate --doc $BUMP_SH_DOC_ID --token $BUMP_SH_TOKEN specifications/api/swagger.json
# - bump deploy --doc $BUMP_SH_DOC_ID --token $BUMP_SH_TOKEN specifications/api/swagger.json

# Fetch the builds from Hydra
- nvm install 12.18.3 && nvm use 12.18.3
Expand Down

0 comments on commit 4e49b1f

Please sign in to comment.