diff options
| author | Pietro Albini <pietro@pietroalbini.org> | 2019-05-12 18:19:10 +0200 |
|---|---|---|
| committer | Pietro Albini <pietro@pietroalbini.org> | 2019-05-13 10:15:16 +0200 |
| commit | 5db55e6fe0a82d56819b46d58d6afb6d4686ef4f (patch) | |
| tree | 8b7b15305fea6e555122e254251760bb9dc9faa8 | |
| parent | 06bc0da65c1ae7ef97945e05e19e7c6ca281e146 (diff) | |
| download | rust-5db55e6fe0a82d56819b46d58d6afb6d4686ef4f.tar.gz rust-5db55e6fe0a82d56819b46d58d6afb6d4686ef4f.zip | |
ci: disable toolstate commits on azure
| -rw-r--r-- | .azure-pipelines/master.yml | 4 |
1 files changed, 3 insertions, 1 deletions
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) |
