test: production ingest E2E test suite with enhanced logging #55

Open
poimen wants to merge 34 commits from feat/production-ingest-test-logging into main
Showing only changes of commit 364b87a11e - Show all commits
+4 -1
View File
@@ -74,7 +74,10 @@ jobs:
- name: Install kubectl - name: Install kubectl
run: | run: |
apt-get update apt-get update
apt-get install -y kubectl apt-get install -y curl
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
chmod +x kubectl
mv kubectl /usr/local/bin/
- name: Setup kubeconfig for Tekton - name: Setup kubeconfig for Tekton
run: | run: |