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

Commit 156b418

Browse files
committed
Merge pull request #39 from ahmetalpbalkan/nightly-ci
Take `nightly` out of CI
2 parents d56b1d5 + f1aa50b commit 156b418

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)