Skip to content

Commit

Permalink
Update gitpod config
Browse files Browse the repository at this point in the history
  • Loading branch information
axonasif committed Oct 11, 2023
1 parent 84c345b commit e331139
Showing 1 changed file with 3 additions and 21 deletions.
24 changes: 3 additions & 21 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ tasks:
printf "\033[3J\033c\033[3J"
# Install clippy and rustfmt
rustup component add clippy --toolchain nightly-x86_64-unknown-linux-gnu
rustup component add rustfmt --toolchain nightly-x86_64-unknown-linux-gnu
rustup component add clippy --toolchain nightly-2023-06-27
rustup component add rustfmt --toolchain nightly-2023-06-27
# Restore ProdBotConfig.toml
if test -n "${PROD_DISCORD_BOT_CONFIG_ENCODED:-}"; then {
Expand Down Expand Up @@ -50,28 +50,10 @@ tasks:
# command: |
# # Fully cleanup terminal
# printf "\033[3J\033c\033[3J"

# # Start server
# meilisearch --no-analytics --master-key "${MEILISEARCH_API_KEY}" --env development --http-addr 0.0.0.0:7700 --db-path ./data.ms

vscode:
extensions:
- rust-lang.rust-analyzer
- tamasfe.even-better-toml

github:
prebuilds:
# enable for the default branch (defaults to true)
master: true
# enable for all branches in this repo (defaults to false)
branches: true
# enable for pull requests coming from this repo (defaults to true)
pullRequests: true
# enable for pull requests coming from forks (defaults to false)
# DANGER: do not enable!!
pullRequestsFromForks: false
# add a check to pull requests (defaults to true)
addCheck: true
# add a "Review in Gitpod" button as a comment to pull requests (defaults to false)
addComment: true
# add a "Review in Gitpod" button to the pull request's description (defaults to false)
addBadge: true

0 comments on commit e331139

Please sign in to comment.