summaryrefslogtreecommitdiffstats
path: root/src/pmdk/utils/docker/valid-branches.sh
blob: b111c2a3d51db29acfa0b92ce3844fd3824e0af7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env bash
# SPDX-License-Identifier: BSD-3-Clause
# Copyright 2018-2020, Intel Corporation

declare -A TARGET_BRANCHES=(		\
		["master"]="master"	\
		["stable-1.5"]="v1.5"	\
		["stable-1.6"]="v1.6"	\
		["stable-1.7"]="v1.7"	\
		["stable-1.8"]="v1.8"	\
		["stable-1.9"]="v1.9"	\
	)