Skip to content

Commit

Permalink
test gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Lee authored and Philip Lee committed Apr 7, 2024
1 parent a218212 commit 1219aba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
chmod +x ./scripts/set-env-vars.sh
. ./scripts/set-env-vars.sh
- uses: actions/checkout@v3
- name: apply resources and verify
run: |
chmod +x ./scripts/verify.sh
Expand Down
2 changes: 1 addition & 1 deletion scripts/verify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e # exit on any error
cd tekton/kind/dev

kubectl get ns
kubectl apply -k kustomization.yaml
kustomize build . | envsubst '$NAMESPACE' | kubectl apply -f-

kubectl get ns
kubectl get pods -n $NAMESPACE

0 comments on commit 1219aba

Please sign in to comment.