Skip to content

Commit

Permalink
prevent merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
abrichr committed Feb 7, 2024
1 parent b66d7cf commit 31b4b13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-build-ec2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
source activate pytorch
nvidia-smi
rm -rf SoM || true
git clone https://github.com/OpenAdaptAI/SoM
cd SoM
git checkout feat/deploy
Expand Down
1 change: 1 addition & 0 deletions docker-build-ec2.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
source activate pytorch
nvidia-smi

rm -rf {{ github_repo }} || true
git clone https://github.com/{{ github_path }}
cd {{ github_repo }}
git checkout {{ branch_name }}
Expand Down

0 comments on commit 31b4b13

Please sign in to comment.