Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #96 from vdaas/fix/ci/typo
Browse files Browse the repository at this point in the history
Fix typo and k8s resource selector
  • Loading branch information
hlts2 authored Feb 22, 2024
2 parents 7bcba8c + 7c93f82 commit af583e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
--set manager.index.enabled=false \
--generate-name vald/vald
sleep 3
kubectl wait --for=condition=ready pod -l app=vald-agent-ngt --timeout=3m
kubectl wait --for=condition=ready pod -l app=vald-agent --timeout=3m
kubectl get pods
env:
VALUES: https://raw.githubusercontent.com/vdaas/vald/main/.github/helm/values/values-lb.yaml
Expand All @@ -57,7 +57,7 @@ jobs:
curl -OL https://raw.githubusercontent.com/rinx/word2vecjson/master/data/wordvecs1000.json
- name: run tests
run: |
kubectl port-forward statefulset/vald-agent-ngt 8081:8081 &
kubectl port-forward statefulset/vald-agent 8081:8081 &
pid=$!
./lein test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
exit 0
fi
VERSION="v${GUTHUB_LATEST_VERSION}"
VERSION="v${GITHUB_LATEST_VERSION}"
echo "${VERSION}" > VALD_CLIENT_CLJ_VERSION
Expand Down

0 comments on commit af583e0

Please sign in to comment.