Skip to content

Commit

Permalink
try #2
Browse files Browse the repository at this point in the history
  • Loading branch information
rgetz committed Dec 28, 2016
1 parent d3a58e4 commit 6f673ee
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 @@ -130,9 +130,9 @@ deploy:
skip_cleanup: true
script:
- |
scp ${EXTRA_SSH} ${RELEASE_PKG_FILE_PKG} ${SSHUSER}@${SSHHOST}:${DEPLOY_TO}/${RELEASE_PKG_FILE_PKG}${OSX_VER}
ssh ${EXTRA_SSH} ${SSHUSER}@${SSHHOST} "rm ${DEPLOY_TO}/latest_libiio${OSX_VER}.pkg"
ssh ${EXTRA_SSH} ${SSHUSER}@${SSHHOST} "ln ${DEPLOY_TO}/${RELEASE_PKG_FILE_PKG}${OSX_VER} ${DEPLOY_TO}/latest_libiio${OSX_VER}.pkg"
scp ${EXTRA_SSH} ${RELEASE_PKG_FILE_PKG} ${SSHUSER}@${SSHHOST}:${DEPLOY_TO}/${RELEASE_PKG_FILE_PKG}${OSX_VER};
ssh ${EXTRA_SSH} ${SSHUSER}@${SSHHOST} "rm ${DEPLOY_TO}/latest_libiio${OSX_VER}.pkg";
ssh ${EXTRA_SSH} ${SSHUSER}@${SSHHOST} "ln ${DEPLOY_TO}/${RELEASE_PKG_FILE_PKG}${OSX_VER} ${DEPLOY_TO}/latest_libiio${OSX_VER}.pkg";
on:
condition: "$CC = gcc"
condition: "$TRAVIS_OS_NAME = osx"
Expand Down

0 comments on commit 6f673ee

Please sign in to comment.