Skip to content

Commit bdfaa44

Browse files
authored
Merge pull request #1221 from khodand/azure-pipelines-setup
Rename checker and include tags
2 parents 705ef72 + d835929 commit bdfaa44

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

azure-pipelines.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
trigger:
2-
- master
3-
- junior
2+
branches:
3+
include:
4+
- master
5+
- junior
6+
tags:
7+
include:
8+
- '*'
49

510
variables:
611
CONFIG: release

buildScripts/azure/build_installer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ then
2727
$EXECUTOR bash -ic "\
2828
echo Start build checker archive \
2929
&& bin/$CONFIG/build-checker-installer.sh \
30-
&& 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 \
30+
&& 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 \
3131
|| false \
3232
"
3333
fi

0 commit comments

Comments
 (0)