aboutsummaryrefslogtreecommitdiff
path: root/.azure-pipelines.yml
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-11-24 16:31:02 -0500
committerTom Rini <trini@konsulko.com>2022-11-24 16:31:02 -0500
commit27c415ae8b743710e412ef408b52894af68141c6 (patch)
treeb09a8071fab5ac92f89efd6dcc0c039524121ca4 /.azure-pipelines.yml
parentd5d9f325791dc6fa3f2b564062cb109db89b0917 (diff)
parent2fdc4c0c49ed8624322c856c82bb15e4536e25a3 (diff)
downloadu-boot-27c415ae8b743710e412ef408b52894af68141c6.zip
u-boot-27c415ae8b743710e412ef408b52894af68141c6.tar.gz
u-boot-27c415ae8b743710e412ef408b52894af68141c6.tar.bz2
Merge branch '2022-11-23-assorted-fixes'
- Small ubifs updates, mkenvimage fix, ast2600 ram updates, update CI to make git happier, spelling fix in K3 code and fix dependencies in CMD_CLS
Diffstat (limited to '.azure-pipelines.yml')
-rw-r--r--.azure-pipelines.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index 665b5d2..d02c663 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -362,6 +362,7 @@ stages:
cat << "EOF" >> test.sh
# the below corresponds to .gitlab-ci.yml "before_script"
cd ${WORK_DIR}
+ git config --global --add safe.directory ${WORK_DIR}
git clone --depth=1 https://source.denx.de/u-boot/u-boot-test-hooks /tmp/uboot-test-hooks
ln -s travis-ci /tmp/uboot-test-hooks/bin/`hostname`
ln -s travis-ci /tmp/uboot-test-hooks/py/`hostname`
@@ -549,6 +550,7 @@ stages:
cd ${WORK_DIR}
# make environment variables available as tests are running inside a container
export BUILDMAN="${BUILDMAN}"
+ git config --global --add safe.directory ${WORK_DIR}
EOF
cat << "EOF" >> build.sh
if [[ "${BUILDMAN}" != "" ]]; then