Skip to content

Commit

Permalink
switch to using copy bara docker
Browse files Browse the repository at this point in the history
  • Loading branch information
JehandadKhan committed Oct 10, 2024
1 parent e7fae0c commit a9ca92e
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/rocm_copybara.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,5 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- run: cp copy.bara.sky ~/
- name: Run Upstream Sync
uses: olivr/[email protected]
with:
access_token: ${{ secrets.GH_TOKEN }}
ssh_key: ${{ secrets.SSH_KEY }}
workflow: default
custom_config: copy.bara.sky
#
- run: |
docker run -t --rm -v$HOME/.ssh:/root/.ssh -v $HOME/.git-credentials:/root/.git-credentials -v $GITHUB_WORKSPACE/copy.bara.sky:/data/copy.bara.sky -e COPYBARA_CONFIG=/data/copy.bara.sky sharelatex/copybara bash -c "git config --global user.name jaxbara; git config --global user.email [email protected]; copybara"

0 comments on commit a9ca92e

Please sign in to comment.