Skip to content

Commit

Permalink
Test in gitpod ws
Browse files Browse the repository at this point in the history
  • Loading branch information
georgiesamaha committed Oct 8, 2024
1 parent 20635bc commit 27ca8f8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ image: .gitpod.Dockerfile
tasks:
- before: printf 'unset JAVA_TOOL_OPTIONS\n' >> $HOME/.bashrc && exit

# FOR TESTING: check out workspace in the `gitpod` branch
- name: Checkout gitpod branch
init: |
git fetch origin gitpod # Fetch the latest changes for the gitpod branch
git checkout gitpod || git checkout -b gitpod origin/gitpod # Switch to the gitpod branch
# Create directory structure
- name: Create Directories
init: |
Expand Down

0 comments on commit 27ca8f8

Please sign in to comment.