Преглед изворни кода

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
 #!/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 .