Added adopt13 to docker-versions-create.sh

This commit is contained in:
Geoff Bourne
2020-04-03 13:30:57 -05:00
parent d62c2ffb42
commit 6521f45f0b

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-nightly' 'adopt11' 'multiarch' 'armv7')
branches_list=('openj9' 'openj9-nightly' 'adopt11' 'adopt13' 'multiarch' 'armv7')
function TrapExit {
echo "Checking out back in master"