Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Tingaikin <denis.tingajkin@xored.com>
  • Loading branch information
denis-tingaikin committed Feb 1, 2021
1 parent 9459709 commit 1d33588
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 @@ -57,7 +57,7 @@ jobs:
- name: Push update to the ${{ matrix.repository }}
working-directory: ${{ github.workspace }}/src/github.com/networkservicemesh/${{ matrix.repository }}
run: |
sed -i 's/s\\.Version =.*\n/s.Version = \"${{ steps.short-sha.outputs.sha }}\"\n/g' /extensions/base/suite.go
sed -r -i 's/(s\.Version =.*)/s.Version = "${{ steps.short-sha.outputs.sha }}"/g' extensions/base/suite.go
echo $(git diff)
echo $(ls)
echo Starting to update repositotry ${{ matrix.repository }}
Expand Down

0 comments on commit 1d33588

Please sign in to comment.