mirror of
https://github.com/gitpod-io/gitpod.git
synced 2025-12-08 17:36:30 +00:00
11 lines
381 B
Bash
Executable File
11 lines
381 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
GATEWAY_PLUGIN_PATH=$(pwd)/gitpod-gateway.zip
|
|
export GATEWAY_PLUGIN_PATH
|
|
|
|
mkdir -p ~/.local/share/JetBrains/consentOptions/
|
|
echo -n "rsch.send.usage.stat:1.1:0:1644945193441" > ~/.local/share/JetBrains/consentOptions/accepted
|
|
mkdir -p ~/.config/JetBrains/JetBrainsClient/options
|
|
touch ~/.config/JetBrains/JetBrainsClient/options/ide.general.xml
|
|
./gradlew test
|