Skip to content

Commit

Permalink
Removed unused gitpod line
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Jan 14, 2025
1 parent 795256d commit 7efba0b
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
github:
prebuilds:
master: true
branches: false
pullRequests: true
pullRequestsFromForks: false
addCheck: false
addComment: false
addBadge: false
ports:
- port: 3306
onOpen: ignore
Expand All @@ -21,7 +12,6 @@ image: pookmish/drupal8ci:gitpod
tasks:
- name: SSH Keys
before: |
code --add /workspace/back &&
mkdir -p ~/.ssh
if [[ ! -z $SSH_PRIVATE_KEY ]]; then
echo $SSH_PRIVATE_KEY | base64 -d > ~/.ssh/id_rsa && chmod 600 ~/.ssh/id_rsa &&
Expand Down

0 comments on commit 7efba0b

Please sign in to comment.