Skip to content

Commit

Permalink
chore (release): add ubuntu esm versions to deploy script (#1151)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyLevchenko authored Jul 26, 2021
1 parent 92f4411 commit 7707c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/deploy-deb.sh
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 7707c50

Please sign in to comment.