Upgraded mainline/latest to Java 11

This commit is contained in:
Geoff Bourne
2021-01-30 16:16:36 -06:00
parent 34f800d815
commit 4a7f838a0f
4 changed files with 10 additions and 5 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=('forge' 'openj9' 'openj9-11' 'openj9-nightly' 'adopt11' 'adopt13' 'adopt14' 'adopt15' 'multiarch' 'multiarch-latest')
function TrapExit {
echo "Checking out back in master"