File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 16
16
- script : |
17
17
export MESSAGE_FILE=$(mktemp -t msg.XXXXXX)
18
18
. 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"
20
22
displayName : Publish toolstate
21
23
env :
22
24
TOOLSTATE_REPO_ACCESS_TOKEN : $(TOOLSTATE_REPO_ACCESS_TOKEN_SECRET)
You can’t perform that action at this time.
0 commit comments