Browse Source

get-all-dists.sh: remove stretch since debian/eol:stretch is not there yet

Victor Seva 3 năm trước cách đây
mục cha
commit
3d35db4518
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      get-all-dist.sh

+ 1 - 1
get-all-dist.sh

@@ -1,2 +1,2 @@
 #!/bin/bash
-find . -name Dockerfile -exec dirname {} \; | jq -R . | sed 's#./##g' | jq -cs .
+find . -name Dockerfile -exec dirname {} \; | grep -v 'stretch'| jq -R . | sed 's#./##g' | jq -cs .