Skip to content

Commit 9c0493e

Browse files
authored
Ensure that the linearize_main pushes the automated m114 commits file. (#7111)
Bug: 409339952
1 parent f302998 commit 9c0493e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linearize_main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ permissions: read-all
1010

1111
jobs:
1212
trigger_linearize:
13-
# runs-on: ubuntu-latest
1413
runs-on: [self-hosted, chrobalt-linux-runner]
1514
permissions:
1615
contents: write
@@ -55,7 +54,8 @@ jobs:
5554
5655
# Create new commits json for m114
5756
python main.py commits --repo-path=${GITHUB_WORKSPACE} --source-branch=origin/automated/linear_main \
58-
--start-commit-ref=38a06fe8674ad2140ff85c87b5b3a817304e369a --end-commit-ref=$REV --output-file=automated_commits_m114.json
57+
--start-commit-ref=38a06fe8674ad2140ff85c87b5b3a817304e369a --end-commit-ref=$REV --output-file=${GITHUB_WORKSPACE}/automated_commits_m114.json
58+
git checkout experimental/rebase_tools
5959
git add automated_commits_m114.json
6060
git commit -m "Linearization refresh on $(date +'%Y-%m-%d')."
6161
git push --force origin experimental/rebase_tools:experimental/rebase_tools

0 commit comments

Comments
 (0)