瀏覽代碼

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

Victor Seva 3 年之前
父節點
當前提交
3d35db4518
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 .