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

Commit 9f90d22

Browse files
committed
modified find-tags.sh to remove coreclr directory name
1 parent dd8efcb commit 9f90d22

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/\.\///" | grep -v '1.0.0-beta[1-4]' | grep -v 'coreclr-1.0.0-beta5-11624'
8+
find . -path ./.git -prune -o -name Dockerfile -print0 | xargs -0 -n1 dirname | sed -e "s/\.\///" | grep -v '1.0.0-beta[1-4]' | grep -v 'coreclr-1.0.0-beta5-11624' | sed -e "s/-coreclr//"

0 commit comments

Comments
 (0)