Skip to content

Commit

Permalink
add back in fetch origin
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalu committed Mar 27, 2024
1 parent 5824132 commit 2d6f2f7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rebase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,16 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: ${{ matrix.branch }} # TODO (LB): need to add rebase branch here?
submodules: recursive
fetch-depth: 0
token: ${{ secrets.JITO_SOLANA_RELEASE_TOKEN }}
- run: git checkout ${{ matrix.branch }} && git submodule update -i -r
- name: Add upstream
run: git remote add upstream https://github.com/solana-labs/solana.git
- name: Fetch upstream
run: git fetch upstream
- name: Fetch origin
run: git fetch origin
- name: Set REBASE_BRANCH
run: echo "REBASE_BRANCH=ci/nightly/${{ matrix.branch }}/$(date +'%Y-%m-%d-%H-%M')" >> $GITHUB_ENV
- name: echo $REBASE_BRANCH
Expand Down

0 comments on commit 2d6f2f7

Please sign in to comment.