blob: cc3a988f6638d58edaf8f1f0b68a0f4135ce137e [file] [log] [blame]
Khasim Syed Mohammed430d5942021-08-09 21:26:15 +05301#!/usr/bin/env bash
2#
3# Copyright (c) 2021 Arm Limited. All rights reserved.
4#
5# SPDX-License-Identifier: BSD-3-Clause
6#
7
8set -e
9
10# For n1sdp runs, we need to let the board download build artefacts using a URL.
11# The only way to have a board-accessible URL at the moment is to have build
12# artefacts archived. Therefore, for n1sdp we spawn the build as a separate job
13if echo "$RUN_CONFIG" | grep -iqe '^n1sdp'; then
14 exit 0
15else
16 exit 1
17fi