Skip to content

Commit

Permalink
Merge pull request #1221 from khodand/azure-pipelines-setup
Browse files Browse the repository at this point in the history
Rename checker and include tags
  • Loading branch information
iakov committed Dec 28, 2020
2 parents 705ef72 + d835929 commit bdfaa44
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions azure-pipelines.yml
@@ -1,6 +1,11 @@
trigger:
- master
- junior
branches:
include:
- master
- junior
tags:
include:
- '*'

variables:
CONFIG: release
Expand Down
2 changes: 1 addition & 1 deletion buildScripts/azure/build_installer.sh
Expand Up @@ -27,7 +27,7 @@ then
$EXECUTOR bash -ic "\
echo Start build checker archive \
&& bin/$CONFIG/build-checker-installer.sh \
&& sshpass -p $password rsync -avze 'ssh -o StrictHostKeyChecking=no' bin/$CONFIG/trik_checker.tar.xz $server:dl/ts/fresh/checker/checker-${AGENT_OS}-$CONFIG-$BRANCH_NAME.tar.xz \
&& sshpass -p $password rsync -avze 'ssh -o StrictHostKeyChecking=no' bin/$CONFIG/trik_checker.tar.xz $server:dl/ts/fresh/checker/checker-linux-$CONFIG-$BRANCH_NAME.tar.xz \
|| false \
"
fi
Expand Down

0 comments on commit bdfaa44

Please sign in to comment.