Skip to content

Commit

Permalink
fixed travis: didn't deploy because old repo name was not replaced
Browse files Browse the repository at this point in the history
  • Loading branch information
ksarink committed Jul 7, 2020
1 parent bcfe236 commit 72fe332
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ jobs:
- "$TRAVIS_BUILD_DIR/photonai-explorer-serv/photonai-explorer_${TRAVIS_TAG}_linux_amd64.tar.gz"
- "$TRAVIS_BUILD_DIR/photonai-explorer-serv/photonai-explorer_${TRAVIS_TAG}_windows_amd64.zip"
on:
repo: wwu-mmll/photonai-explorer
repo: wwu-mmll/photonai_explorer
tags: true
skip_cleanup: 'true'
draft: 'true'
- provider: script
script: "rsync -av -e 'ssh -o StrictHostKeyChecking=no -o LogLevel=ERROR' $TRAVIS_BUILD_DIR/dist/ $SSHUSER@$SSHSERVER:/"
on:
repo: wwu-mmll/photonai-explorer
repo: wwu-mmll/photonai_explorer
tags: true
skip_cleanup: 'true'
- language: go
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
file:
- "$TRAVIS_BUILD_DIR/photonai-explorer-serv/.build-mac/photonai-explorer_${TRAVIS_TAG}_macos_amd64.dmg"
on:
repo: wwu-mmll/photonai-explorer
repo: wwu-mmll/photonai_explorer
tags: true
skip_cleanup: 'true'
draft: 'true'
Expand Down

0 comments on commit 72fe332

Please sign in to comment.