Skip to content

Commit

Permalink
Update common CI files to latest version from networkservicemesh/cmd-…
Browse files Browse the repository at this point in the history
…template@master networkservicemesh/cmd-template#19

networkservicemesh/cmd-template PR link: networkservicemesh/cmd-template#19

networkservicemesh/cmd-template commit message:
commit 2323459907e6dca98336d2a607b239ced0cc1a5b
Author: Tigran Manasyan <52424622+tigrulya-exe@users.noreply.github.com>
Date:   Tue Sep 8 21:18:47 2020 +0700

    Added cmd-exclude-prefixes-k8s repository to repositories list (#19)

    Signed-off-by: Tigran Manasyan <manasyan_tigran@mail.ru>

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Sep 8, 2020
1 parent 46ec3f9 commit 70e9674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
ALLOWED_REPOSITORIES: "sdk, api, sdk-k8s, sdk-vppagent, sdk-sriov"
run: |
for i in $(grep github.com/networkservicemesh/ go.mod |grep -v '^module' | sed 's;.*\(github.com\/networkservicemesh\/[a-zA-z\/]*\).*;\1;g' | sort -u);do
if [ "$(echo ${ALLOWED_REPOSITORIES}| grep ${i#github.com/networkservicemesh/})" ]; then
if ! [ "$(echo ${ALLOWED_REPOSITORIES}| grep ${i#github.com/networkservicemesh/})" ]; then
echo Dependency on "${i}" is forbidden
exit 1
fi;
Expand Down

0 comments on commit 70e9674

Please sign in to comment.