diff --git a/.azure-pipelines/auto.yml b/src/ci/azure-pipelines/auto.yml similarity index 100% rename from .azure-pipelines/auto.yml rename to src/ci/azure-pipelines/auto.yml diff --git a/.azure-pipelines/master.yml b/src/ci/azure-pipelines/master.yml similarity index 100% rename from .azure-pipelines/master.yml rename to src/ci/azure-pipelines/master.yml diff --git a/.azure-pipelines/pr.yml b/src/ci/azure-pipelines/pr.yml similarity index 100% rename from .azure-pipelines/pr.yml rename to src/ci/azure-pipelines/pr.yml diff --git a/.azure-pipelines/steps/install-clang.yml b/src/ci/azure-pipelines/steps/install-clang.yml similarity index 100% rename from .azure-pipelines/steps/install-clang.yml rename to src/ci/azure-pipelines/steps/install-clang.yml diff --git a/.azure-pipelines/steps/install-sccache.yml b/src/ci/azure-pipelines/steps/install-sccache.yml similarity index 100% rename from .azure-pipelines/steps/install-sccache.yml rename to src/ci/azure-pipelines/steps/install-sccache.yml diff --git a/.azure-pipelines/steps/install-windows-build-deps.yml b/src/ci/azure-pipelines/steps/install-windows-build-deps.yml similarity index 100% rename from .azure-pipelines/steps/install-windows-build-deps.yml rename to src/ci/azure-pipelines/steps/install-windows-build-deps.yml diff --git a/.azure-pipelines/steps/run.yml b/src/ci/azure-pipelines/steps/run.yml similarity index 100% rename from .azure-pipelines/steps/run.yml rename to src/ci/azure-pipelines/steps/run.yml diff --git a/.azure-pipelines/try.yml b/src/ci/azure-pipelines/try.yml similarity index 100% rename from .azure-pipelines/try.yml rename to src/ci/azure-pipelines/try.yml diff --git a/src/ci/docker/x86_64-gnu-tools/repo.sh b/src/ci/docker/x86_64-gnu-tools/repo.sh index 145f671a8cba5..82700a00fb6af 100644 --- a/src/ci/docker/x86_64-gnu-tools/repo.sh +++ b/src/ci/docker/x86_64-gnu-tools/repo.sh @@ -5,7 +5,8 @@ # # The function relies on a GitHub bot user, which should have a Personal access # token defined in the environment variable $TOOLSTATE_REPO_ACCESS_TOKEN. If for -# some reason you need to change the token, please update `.azure-pipelines/*`. +# some reason you need to change the token, please update the Azure Pipelines +# variable group. # # 1. Generate a new Personal access token: #