Skip to content
This repository was archived by the owner on May 31, 2019. It is now read-only.

Commit f1aa50b

Browse files
committed
Take nightly out of CI.
By definition nightly is supposed to break regularly. Let's not allow that to effect our master build or PR builds. Undoing particular change made in #36. Signed-off-by: Ahmet Alp Balkan <[email protected]>
1 parent d56b1d5 commit f1aa50b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/find-tags.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ set -o pipefail # carry failures over pipes
55
: ${1?"Need to pass Dockerfile search directory as argument"}
66

77
cd $1
8-
find . -path ./.git -prune -o -name Dockerfile -print0 | xargs -0 -n1 dirname | sed -e "s/\.\///"
8+
find . -path ./.git -prune -o -name Dockerfile -print0 | xargs -0 -n1 dirname | sed -e "s/\.\///" | grep -v nightly

0 commit comments

Comments
 (0)