From b925165345566352668e0d4a4d3672a10cde252c Mon Sep 17 00:00:00 2001 From: Jon Sundin Date: Thu, 25 Jan 2024 13:12:49 -0800 Subject: [PATCH] File Commit From RevPro --- .gitpod.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitpod.yml diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..d6f6adc --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,5 @@ +tasks: + - command: code --install-extension redhat.java@1.22.1 && 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 git@github.com:jmsundin/jmsundin-pep-project.git && sed "s/\r$//" commit-command.sh | bash \ No newline at end of file