ci: Introduced java15 branch

ci: Deprecated adopt13, adopt14, openj9-nightly
This commit is contained in:
Geoff Bourne
2021-02-06 15:07:42 -06:00
parent 4e73e69342
commit f342f4aa98
2 changed files with 13 additions and 16 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/bash
#set -x
# Use this variable to indicate a list of branches that docker hub is watching
branches_list=('openj9' 'openj9-11' 'openj9-nightly' 'adopt11' 'adopt13' 'adopt14' 'adopt15' 'multiarch' 'multiarch-latest')
branches_list=('openj9' 'openj9-11' 'adopt11' 'java15' 'multiarch' 'multiarch-latest')
function TrapExit {
echo "Checking out back in master"