File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ setup_emoflon_headless_local_updatesite
231
231
log " Clean-up Eclipse folder and extract downloaded archive."
232
232
rm -rf ./eclipse/*
233
233
if [[ " $OS " = " linux" ]]; then
234
- tar -xzf eclipse-modeling-$VERSION -R-linux-gtk-x86_64.tar.gz
234
+ tar -xzf eclipse-modeling-$VERSION -R-linux-gtk-x86_64.tar.gz --warning=no-unknown-keyword
235
235
elif [[ " $OS " = " windows" ]]; then
236
236
unzip -qq -o eclipse-modeling-$VERSION -R-win32-x86_64.zip
237
237
elif [[ " $OS " = " macos" ]]; then
@@ -254,7 +254,7 @@ for p in ${ORDER[@]}; do
254
254
log " Skipping plug-in: $p ."
255
255
continue
256
256
fi
257
-
257
+
258
258
# Check if Dark Theme packages must be skipped (for CI builds = completely headless).
259
259
if [[ " $p " = " theme" ]] && [[ $SKIP_THEME -eq 1 ]]; then
260
260
log " Skipping plug-in: $p ."
You can’t perform that action at this time.
0 commit comments