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/3e2ed1603ab8c6b1b1a5107e9f1eba29a2f5810a

commit 3e2ed1603ab8c6b1b1a5107e9f1eba29a2f5810a
Author: Denis Tingaikin <[email protected]>
Date:   Mon Jan 11 21:44:08 2021 +0700

    fix: update-deployments-k8s job should wait for dockerPush (#59)

    * fix update-deployments-k8s job

    Signed-off-by: Denis Tingaikin <[email protected]>

    * fix yml linter

    Signed-off-by: Denis Tingaikin <[email protected]>

Signed-off-by: NSMBot <[email protected]>
  • Loading branch information
NSMBot committed Jan 11, 2021
1 parent b4c928d commit 05dcf40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,8 @@ jobs:
update-deployments-k8s:
name: Update deployments-k8s
runs-on: ubuntu-latest
needs:
- pushImage
if: github.repository != 'networkservicemesh/cmd-template' && github.actor == 'nsmbot' && github.base_ref == 'master' && github.event_name == 'pull_request'
steps:
- name: Checkout ${{ github.repository }}
Expand Down

0 comments on commit 05dcf40

Please sign in to comment.