Skip to content

Commit

Permalink
feat: (#1) Fetch logs from PipelineRun using tkn library code
Browse files Browse the repository at this point in the history
  • Loading branch information
keskad committed Nov 25, 2023
1 parent 7e31cf1 commit e7913c7
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 @@ -37,7 +37,7 @@ k3d-install:
wget https://github.com/k3d-io/k3d/releases/download/v5.6.0/k3d-linux-amd64 -O .build/k3d 2>/dev/null
@chmod +x .build/k3d

k3d:
k3d: k3d-install
(${SUDO} docker ps | grep k3d-${ENV_CLUSTER_NAME}-server-0 > /dev/null 2>&1) || ${SUDO} ./.build/k3d cluster create ${ENV_CLUSTER_NAME} --registry-create ${ENV_CLUSTER_NAME}-registry:0.0.0.0:5000 --agents 0
./.build/k3d kubeconfig merge ${ENV_CLUSTER_NAME}

Expand Down

0 comments on commit e7913c7

Please sign in to comment.