aboutsummaryrefslogtreecommitdiff
path: root/tcwg-buildapp.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'tcwg-buildapp.yaml')
-rw-r--r--tcwg-buildapp.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tcwg-buildapp.yaml b/tcwg-buildapp.yaml
index eaf0a9df23..08ab9ece53 100644
--- a/tcwg-buildapp.yaml
+++ b/tcwg-buildapp.yaml
@@ -65,7 +65,7 @@
display-name: 'TCWG ZZZ BuildApp'
scm:
- git:
- url: https://git-us.linaro.org/toolchain/tcwg-buildapp.git
+ url: https://git.linaro.org/toolchain/tcwg-buildapp.git
wipe-workspace: true
skip-tag: true
axes:
@@ -114,7 +114,7 @@
#!/bin/bash
set -ex
- git clone -b $scripts_branch --depth 1 https://git-us.linaro.org/toolchain/jenkins-scripts
+ git clone -b $scripts_branch --depth 1 https://git.linaro.org/toolchain/jenkins-scripts
. jenkins-scripts/jenkins-helpers.sh
host_arch=$(print_arch_for_label "${label}")