From 5db55e6fe0a82d56819b46d58d6afb6d4686ef4f Mon Sep 17 00:00:00 2001 From: Pietro Albini Date: Sun, 12 May 2019 18:19:10 +0200 Subject: [PATCH] ci: disable toolstate commits on azure --- .azure-pipelines/master.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.azure-pipelines/master.yml b/.azure-pipelines/master.yml index e30c73c5e92..5e8f87759d8 100644 --- a/.azure-pipelines/master.yml +++ b/.azure-pipelines/master.yml @@ -16,7 +16,9 @@ steps: - script: | export MESSAGE_FILE=$(mktemp -t msg.XXXXXX) . src/ci/docker/x86_64-gnu-tools/repo.sh - commit_toolstate_change "$MESSAGE_FILE" "$BUILD_SOURCESDIRECTORY/src/tools/publish_toolstate.py" "$(git rev-parse HEAD)" "$(git log --format=%s -n1 HEAD)" "$MESSAGE_FILE" "$TOOLSTATE_REPO_ACCESS_TOKEN" + # FIXME(pietro): committing is disabled until we switch to Azure Pipelines + # as the source of truth, or until we setup a separate test repo. + #commit_toolstate_change "$MESSAGE_FILE" "$BUILD_SOURCESDIRECTORY/src/tools/publish_toolstate.py" "$(git rev-parse HEAD)" "$(git log --format=%s -n1 HEAD)" "$MESSAGE_FILE" "$TOOLSTATE_REPO_ACCESS_TOKEN" displayName: Publish toolstate env: TOOLSTATE_REPO_ACCESS_TOKEN: $(TOOLSTATE_REPO_ACCESS_TOKEN_SECRET)