Skip to content

Commit

Permalink
Fixed final bug with cloning
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Do committed Jun 24, 2024
1 parent 8a53ad2 commit c622956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ chmod 600 /root/.ssh/id_rsa
ssh-keyscan -t rsa github.com >> /root/.ssh/known_hosts

# Clone the repository using the deploy key
git clone -b hepromark/asset-kubernetes2 [email protected]:WATonomous/infra-config.git
git clone -b master [email protected]:WATonomous/infra-config.git

# Install libraries
pip install -r requirements.txt
Expand Down

0 comments on commit c622956

Please sign in to comment.