Skip to content

Commit

Permalink
oe-eval test 4 (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
vwxyzjn authored Aug 27, 2024
1 parent e66dee7 commit dcae531
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/push-image-olmo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,11 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Clone oe-eval-internal
run: |
eval `ssh-agent -s`
ssh-add - <<< '${{ secrets.OE_EVAL_GIT_CLONE_ACCESS_PRIVATE_SSH_DEPLOY_KEY }}'
git clone https://github.com/vwxyzjn/learn-fsdp2.git
mv learn-fsdp2 oe-eval-internal
- uses: actions/checkout@v3
with:
repository: vwxyzjn/learn-fsdp2 # dummy private repo to test out deploy keys
path: './oe-eval-internal'
ssh-key: ${{ secrets.OE_EVAL_GIT_CLONE_ACCESS_PRIVATE_SSH_DEPLOY_KEY }}

- name: Setup environment
uses: ./.github/actions/setup
Expand Down
11 changes: 5 additions & 6 deletions .github/workflows/push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,11 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Clone oe-eval-internal
run: |
eval `ssh-agent -s`
ssh-add - <<< '${{ secrets.OE_EVAL_GIT_CLONE_ACCESS_PRIVATE_SSH_DEPLOY_KEY }}'
git clone https://github.com/vwxyzjn/learn-fsdp2.git
mv learn-fsdp2 oe-eval-internal
- uses: actions/checkout@v3
with:
repository: vwxyzjn/learn-fsdp2 # dummy private repo to test out deploy keys
path: './oe-eval-internal'
ssh-key: ${{ secrets.OE_EVAL_GIT_CLONE_ACCESS_PRIVATE_SSH_DEPLOY_KEY }}

- name: Setup environment
uses: ./.github/actions/setup
Expand Down

0 comments on commit dcae531

Please sign in to comment.