Skip to content

Commit

Permalink
File Commit From RevPro
Browse files Browse the repository at this point in the history
  • Loading branch information
jmsundin committed Jan 25, 2024
1 parent 1dee9a9 commit b925165
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
tasks:
- command: code --install-extension [email protected] && code --install-extension vscjava.vscode-java-debug sleep 40 && code --install-extension revaturePro.revature-labs
- command: for i in {1..3}; do code --uninstall-extension vscjava.vscode-java-test; sleep 15; done
- command: for i in {1..6}; do chmod 600 ~/.ssh/id_rsa && chmod 644 ~/.ssh/id_rsa.pub && ssh-keyscan github.com >> ~/.ssh/known_hosts; sleep 20; done
- command: git remote set-url origin [email protected]:jmsundin/jmsundin-pep-project.git && sed "s/\r$//" commit-command.sh | bash

0 comments on commit b925165

Please sign in to comment.