Skip to content

Commit

Permalink
fix: (#1) CI
Browse files Browse the repository at this point in the history
  • Loading branch information
keskad committed Nov 25, 2023
1 parent e7913c7 commit 4aae892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ k3d: k3d-install
k3d-install-tekton:
export KUBECONFIG=~/.k3d/kubeconfig-${ENV_CLUSTER_NAME}.yaml; \
kubectl create ns tekton-pipelines || true; \
kubectl apply -f https://storage.googleapis.com/tekton-releases/pipeline/previous/v0.44.4/release.yaml
kubectl apply -f https://storage.googleapis.com/tekton-releases/pipeline/previous/v0.44.4/release.yaml; \
kubectl wait --for=condition=ready pod -l app.kubernetes.io/part-of=tekton-pipelines -n tekton-pipelines

0 comments on commit 4aae892

Please sign in to comment.