chore (release): add ubuntu esm versions to deploy script (#1151)

This commit is contained in:
AndreyLevchenko
2021-07-26 15:49:42 +06:00
committed by GitHub
parent 6a8800286e
commit 7cb1598991

View File

@@ -1,7 +1,7 @@
#!/bin/bash
DEBIAN_RELEASES=$(debian-distro-info --supported)
UBUNTU_RELEASES=$(ubuntu-distro-info --supported)
UBUNTU_RELEASES=$(ubuntu-distro-info --supported-esm)
cd trivy-repo/deb