File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
components/ide/jetbrains/backend-plugin Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
22
esac
23
23
done
24
24
25
- TEST_BACKEND_DIR=/workspace/ide-backend
25
+ TEST_BACKEND_DIR=" /workspace/ide-backend- $JB_QUALIFIER "
26
26
if [ ! -d " $TEST_BACKEND_DIR " ]; then
27
27
mkdir -p $TEST_BACKEND_DIR
28
28
if [[ $JB_QUALIFIER == " stable" ]]; then
@@ -31,8 +31,8 @@ if [ ! -d "$TEST_BACKEND_DIR" ]; then
31
31
PRODUCT_TYPE=" release,rc,eap"
32
32
fi
33
33
(cd $TEST_BACKEND_DIR &&
34
- echo " Downloading the ${ JB_QUALIFIER} version of IntelliJ IDEA..." &&
35
- curl -sSLo backend.tar.gz " https://download.jetbrains.com/product?type=${ PRODUCT_TYPE} &distribution=linux&code=IIU" &&
34
+ echo " Downloading the $JB_QUALIFIER version of IntelliJ IDEA..." &&
35
+ curl -sSLo backend.tar.gz " https://download.jetbrains.com/product?type=$PRODUCT_TYPE &distribution=linux&code=IIU" &&
36
36
tar -xf backend.tar.gz --strip-components=1 &&
37
37
rm backend.tar.gz)
38
38
fi
You can’t perform that action at this time.
0 commit comments