Skip to content

Commit

Permalink
ci: wip upgrade tests
Browse files Browse the repository at this point in the history
  • Loading branch information
donch committed Mar 19, 2024
1 parent e2c5e20 commit ef98988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ jobs:
exit 1
fi
## Check repository status
if [ "$(kubectl get repository docker.io-library-nginx -o json | jq '.status.phase')" == "Ready" ];
if kubectl get repository docker.io-library-nginx -o json | jq '.status.phase == "NotReady"' ;
then
echo "Found repository"
else
Expand Down

0 comments on commit ef98988

Please sign in to comment.