Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
wkoot committed Nov 8, 2024
1 parent df31270 commit b450ad9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,19 @@ jobs:

- name: Build and run chart
run: |
docker build --build-arg="IMAGE_EDITION=${{ matrix.env.IMAGE_EDITION }}" -t ictu/sonar:ci-latest .
eval $(minikube -p minikube docker-env)
docker build --load --build-arg="IMAGE_EDITION=${{ matrix.env.IMAGE_EDITION }}" -t ictu/sonar:ci-latest .
kubectl apply -f helm/deploy-ci.yaml
helm dependency build helm
helm upgrade --set-json='sonarqube.image.tag="ci-latest"' --install --render-subchart-notes ictu-sonarqube helm
- name: Debug
run: |
eval $(minikube -p minikube docker-env)
kubectl describe pods/ictu-sonarqube-sonarqube-0
sleep 30
kubectl logs -f pod/ictu-sonarqube-sonarqube-0
- name: Wait for Sonar instance to start
# profile for language 'web' is the last; assume everything is working if we got this far
run: |
Expand Down

0 comments on commit b450ad9

Please sign in to comment.