TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
next
/
ci
/
tf-a-ci-scripts
/
9dfdd1b3830dd69b46a02a9728216fb6fbcedd44
/
.
/
job
/
tf-main
/
should_execute_static.sh
blob: 0f0ac76cb64335e3f8ef505cc48964bb4b41ba6a [
file
] [
log
] [
blame
]
#!/usr/bin/env bash
#
# Copyright (c) 2019, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
set
-
e
if
[
"$SKIP_STATIC"
=
"true"
];
then
exit
1
else
exit
0
fi