Skip to content

Commit

Permalink
Sync files with networkservicemesh/cmd-template
Browse files Browse the repository at this point in the history
This PR syncs files with https://github.com/networkservicemesh/cmd-template

Revision: https://github.com/networkservicemesh/cmd-template/commits/70b0f7338a06ae70537f1aeae1b7eb74cb8adaaf

commit 70b0f7338a06ae70537f1aeae1b7eb74cb8adaaf
Author: Ed Warnicke <hagbard@gmail.com>
Date:   Tue Jun 1 20:53:08 2021 -0500

    Setup cmd repos to replace ${{ github.event.repository.name }}/ci pattern. (#74)

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Jun 2, 2021
1 parent 6745369 commit 1b72987
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/update-deployments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ jobs:
with:
find: "${{ github.event.repository.name }}:.*\n"
replace: "${{ github.event.repository.name }}:${{ steps.short-sha.outputs.sha }}\n"
- name: Find and Replace ${{ github.event.repository.name }}/ci version
uses: jacobtomlinson/gha-find-replace@master
with:
find: "${{ github.event.repository.name }}/ci:.*\n"
replace: "${{ github.event.repository.name }}/ci:${{ steps.short-sha.outputs.sha }}\n"
- name: Push update to the deployments-k8s
working-directory: networkservicemesh/deployments-k8s
run: |
Expand Down

0 comments on commit 1b72987

Please sign in to comment.