diff options
| author | 2018-11-20 21:53:30 +0000 | |
|---|---|---|
| committer | 2018-11-20 21:53:30 +0000 | |
| commit | 958ec9fb70e9a5b67690fe312574aed09f9f034f (patch) | |
| tree | 1cd4766236d527777e92f62de63420ad685235c8 | |
| parent | Travis: recreate both SSH keys, and store both encrypted variables in .travis... (diff) | |
| download | KVIrc-958ec9fb70e9a5b67690fe312574aed09f9f034f.tar.gz KVIrc-958ec9fb70e9a5b67690fe312574aed09f9f034f.tar.bz2 KVIrc-958ec9fb70e9a5b67690fe312574aed09f9f034f.zip | |
Travis: use sftp instead of scp to upload .dmg
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index b964239c6..04f79783b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -126,9 +126,8 @@ after_success: kvi_version="$(grep -i "^set(VERSION_RELEASE .*)$" CMakeLists.txt | egrep -o '[0-9\.]' | tr -d '\n')"; git_desc="$(git describe)"; dmg_name="KVIrc-${kvi_version}-dev-${git_desc}.dmg" - scp KVIrc.dmg "artifacts:x/${dmg_name}" python .travis-gen-latest-json.py "${dmg_name}" > latest - scp latest artifacts:x/latest-macos + echo -e "put KVIrc.dmg x/${dmg_name}\nput latest x/latest-macos" | sftp artifacts fi env: global: |
