From 05d25810b61a701605f63d5c3390f5941f98a74c Mon Sep 17 00:00:00 2001 From: NSMBot Date: Sat, 22 Aug 2020 17:26:18 +0000 Subject: [PATCH] Update common CI files to latest version from networkservicemesh/cmd-template@master networkservicemesh/cmd-template#13 networkservicemesh/cmd-template PR link: https://github.com/networkservicemesh/cmd-template/pull/13 networkservicemesh/cmd-template commit message: commit e7476b50d1a8dd0adc7b844e8e872038be149be7 Author: Ed Warnicke Date: Sat Aug 22 12:25:51 2020 -0500 Merge pull request #13 from denis-tingajkin/subscribe_cmd-forwarder-vppagent Subscribe cmd-forwarder-vppagent on cmd-template updates Signed-off-by: NSMBot --- .github/workflows/update-cmd-repositories.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-cmd-repositories.yaml b/.github/workflows/update-cmd-repositories.yaml index d11bbb9..5a781a1 100644 --- a/.github/workflows/update-cmd-repositories.yaml +++ b/.github/workflows/update-cmd-repositories.yaml @@ -9,7 +9,7 @@ jobs: update-dependent-repositories: strategy: matrix: - repository: [cmd-registry-proxy-dns, cmd-nsc, cmd-registry-memory, cmd-nsmgr] + repository: [cmd-registry-proxy-dns, cmd-nsc, cmd-registry-memory, cmd-nsmgr, cmd-forwarder-vppagent] name: Update ${{ matrix.repository }} runs-on: ubuntu-latest if: github.repository == 'networkservicemesh/cmd-template'