Skip to content

Commit

Permalink
Merge pull request #726 from denis-tingaikin/fix-issue-with-updating
Browse files Browse the repository at this point in the history
fix: deployments-k8s cannot update integration-tests
  • Loading branch information
edwarnicke authored Apr 6, 2021
2 parents 0673d2c + e196505 commit 2e8a567
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:
- 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 2e8a567

Please sign in to comment.