Skip to content

Commit 5db55e6

Browse files
committed
ci: disable toolstate commits on azure
1 parent 06bc0da commit 5db55e6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.azure-pipelines/master.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ steps:
1616
- script: |
1717
export MESSAGE_FILE=$(mktemp -t msg.XXXXXX)
1818
. src/ci/docker/x86_64-gnu-tools/repo.sh
19-
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"
19+
# FIXME(pietro): committing is disabled until we switch to Azure Pipelines
20+
# as the source of truth, or until we setup a separate test repo.
21+
#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"
2022
displayName: Publish toolstate
2123
env:
2224
TOOLSTATE_REPO_ACCESS_TOKEN: $(TOOLSTATE_REPO_ACCESS_TOKEN_SECRET)

0 commit comments

Comments
 (0)