ci: add adopt11 to docker-versions-create.sh

This commit is contained in:
Geoff Bourne 2019-11-16 09:30:39 -06:00
parent 382336d39d
commit 581d5fde1d

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