Skip to content

Commit

Permalink
removed the dockerfile and devcontainer and moved the auth scripts to…
Browse files Browse the repository at this point in the history
… the tests folder
  • Loading branch information
vedpatwardhan committed Oct 23, 2023
1 parent b096f66 commit d719ea7
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 51 deletions.
46 changes: 0 additions & 46 deletions .devcontainer/devcontainer.json

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/gcp-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Start GPU VM
run: |
cd demos/.github/auth
cd demos/tests/auth
mkdir -p ~/.ssh
touch ~/.ssh/id_rsa
echo "${{ secrets.SSH_KEY }}" > $HOME/.ssh/id_rsa
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Stop GPU VM
run: |
cd demos/.github/auth
cd demos/tests/auth
python3 db_auth.py ${{ secrets.DB_ENDPOINT }} ${{ secrets.DB_OBJ_ID }}
python3 vm_auth.py ${{ secrets.SSH_USERNAME }} ${{ secrets.SSH_PASSPHRASE }} "true"
Expand Down
3 changes: 0 additions & 3 deletions docker/dockerfile

This file was deleted.

File renamed without changes.
File renamed without changes.

0 comments on commit d719ea7

Please sign in to comment.