File tree Expand file tree Collapse file tree 2 files changed +614
-580
lines changed Expand file tree Collapse file tree 2 files changed +614
-580
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,16 @@ for _ in "$@"; do
20
20
done
21
21
22
22
if [ " $2 " == " ghe-version" ]; then
23
- echo " fake-uuid: GitHub Enterprise Server 3.1.0 lxc 2020-12-16 5e97c07602"
24
- echo " fake-uuid1: GitHub Enterprise Server 3.1.0 lxc 2020-12-16 5e97c07602"
25
- echo " fake-uuid2: GitHub Enterprise Server 3.1.0 lxc 2020-12-16 5e97c07602"
23
+ if [ -n " $MATCHING_VERSIONS " ]; then
24
+ echo " fake-uuid: GitHub Enterprise Server 3.1.0 lxc 2020-12-16 5e97c07602"
25
+ echo " fake-uuid1: GitHub Enterprise Server 3.1.0 lxc 2020-12-16 5e97c07602"
26
+ echo " fake-uuid2: GitHub Enterprise Server 3.1.0 lxc 2020-12-16 5e97c07602"
27
+ else
28
+ echo " fake-uuid: GitHub Enterprise Server 3.1.0 lxc 2020-12-16 5e97c07602"
29
+ echo " fake-uuid1: GitHub Enterprise Server 3.1.0 lxc 2020-12-16 5e97c07602"
30
+ echo " fake-uuid2: GitHub Enterprise Server 2.19 lxc 2020-12-13 5e97c07622"
31
+ fi
32
+
26
33
exit 0
27
34
fi
28
35
You can’t perform that action at this time.
0 commit comments