Skip to content

Commit

Permalink
Merge pull request #729 from denis-tingaikin/fix-issue-with-updating-p2
Browse files Browse the repository at this point in the history
fix: deployments-k8s cannot update integration-tests
  • Loading branch information
edwarnicke authored Apr 7, 2021
2 parents e00f868 + 7f027b2 commit 977e034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-dependent-repositories.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Push update to the ${{ matrix.repository }}
working-directory: ${{ github.workspace }}/src/github.com/networkservicemesh/${{ matrix.repository }}
run: |
sed -r -i 's/(s\.Version =.*)/s.Version = "${{ steps.short-sha.outputs.sha }}"/g' extensions/base/suite.go
sed -r -i 's/(s\.checkout\.Version =.*)/s.checkout.Version = "${{ steps.short-sha.outputs.sha }}"/g' extensions/base/suite.go
echo Starting to update repositotry ${{ matrix.repository }}
git config --global user.email "nsmbot@networkservicmesh.io"
git config --global user.name "NSMBot"
Expand Down

0 comments on commit 977e034

Please sign in to comment.