Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
Signed-off-by: NikitaSkrynnik <[email protected]>
  • Loading branch information
NikitaSkrynnik committed Jun 2, 2024
1 parent cd01a41 commit 862463a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-deployments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
token: ${{ secrets.token }}

- name: Push update to the deployments-k8s
shell: bash {0} # This option makes script continue execution even if some commands return non-zero exit code
# This option makes script continue execution even if some commands return non-zero exit code
shell: bash {0}
run: |
git config --global user.email "[email protected]"
git config --global user.name "NSMBot"
Expand All @@ -31,7 +32,6 @@ jobs:
if [ "$?" != 0 ]; then
gh workflow run check-tag.yaml -f branch=$branch --repo networkservicemesh/deployments-k8s
fi
fi
env:
GH_TOKEN: ${{ secrets.token }}

0 comments on commit 862463a

Please sign in to comment.