Skip to content

Commit

Permalink
reverting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Becker committed Jun 17, 2024
1 parent 936bd3d commit 5eb0dcd
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,28 +82,6 @@ jobs:
needs: build
if: ${{ github.event_name }} == "push"

deploy-to-minikube:
runs-on: ubuntu-latest
name: minikube example
steps:
- uses: actions/checkout@v2
- uses: medyagh/setup-minikube@master
- name: Build image
run: |
export SHELL=/bin/bash
eval $(minikube -p minikube docker-env)
docker build -t local/wings-example-app:latest .
- name: Deploy to minikube
run: |
kubectl create namespace wings-app
kubectl apply -f kubernetes/app.yaml
kubectl wait -f kubernetes/app.yaml --for=condition=Ready
- name: Mock Review Person
run: |
chmod +x qa_script_github.sh
./qa_script_github.sh
if: ${{ github.event_name }} == "push"

sync-trello-feature-branch:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 5eb0dcd

Please sign in to comment.