Skip to content

Commit e324b19

Browse files
committed
Use correct last rev commit
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
1 parent 48df6dd commit e324b19

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/copybara_pixie_oss.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
env:
2323
COPYBARA_GPG_KEY: ${{ secrets.BUILDBOT_GPG_KEY_B64 }}
2424
COPYBARA_GPG_KEY_ID: ${{ secrets.BUILDBOT_GPG_KEY_ID }}
25-
# ac4d4e38c1a03b750045211335a682b11443fb56 is when fork started
25+
# 9ae660bce072d1bc1dfbbddada333c88333f4a9a is when fork started
2626
# This is only needed for the first copybara run (supplied via --last-rev ${sha} flag)
2727
run: >
2828
GIT_SSH_COMMAND='ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /tmp/sshkey'
29-
./ci/run_copybara.sh tools/copybara/upstream_sync/copy.bara.sky --last-rev ac4d4e38c1a03b750045211335a682b11443fb56
29+
./ci/run_copybara.sh tools/copybara/upstream_sync/copy.bara.sky --last-rev 9ae660bce072d1bc1dfbbddada333c88333f4a9a

0 commit comments

Comments
 (0)