mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-27 16:59:12 +08:00
Targets will be non-blocking and only in nightly run for now Task-number: QTQAINFRA-4926 Change-Id: I7b229c1ccc34da4f1843dac3c25e19f7df819489 Reviewed-by: Toni Saario <toni.saario@qt.io>
5 lines
134 B
Bash
Executable File
5 lines
134 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# shellcheck source=../common/linux/remove-apport.sh
|
|
source "${BASH_SOURCE%/*}/../common/linux/remove-apport.sh"
|