Skip to content

Commit

Permalink
Revert "branch for SLO debug"
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Zorkaltsev committed Jan 19, 2024
1 parent c91ef59 commit cfda13d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
1 change: 0 additions & 1 deletion .github/actions/mutex/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ runs:
- name: Check if locked
if: inputs.command == 'obtain'
run: |
kubectl get configmaps slo-mutex -o=jsonpath={.data.busy}
if test -n "`kubectl get configmaps slo-mutex -o=jsonpath={.data.busy}`"; then
echo "Locked by `kubectl get configmaps slo-mutex -o=jsonpath={.data.lockedBy}`, wait";
fi
Expand Down
21 changes: 0 additions & 21 deletions .gitignore

This file was deleted.

0 comments on commit cfda13d

Please sign in to comment.