Add v17.03 archive (#3763)

This commit is contained in:
Misty Stanley-Jones 2017-06-30 10:57:26 -07:00 committed by GitHub
parent 4209bee75a
commit 9a4cc320e4
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ COPY nginx.conf /etc/nginx/nginx.conf
# Create archive; check out each version, create HTML under target/$VER, tweak links
# Nuke the archive_source directory. Only keep the target directory.
ENV VERSIONS="v1.4 v1.5 v1.6 v1.7 v1.8 v1.9 v1.10 v1.11 v1.12 v1.13"
ENV VERSIONS="v1.4 v1.5 v1.6 v1.7 v1.8 v1.9 v1.10 v1.11 v1.12 v1.13 v17.03"
## Use shallow clone and shallow check-outs to only get the tip of each branch