From b47fb51665b1dca1b8571fc3122e530e41b232a9 Mon Sep 17 00:00:00 2001 From: Fabrice Jammes Date: Mon, 4 Dec 2023 15:26:24 +0100 Subject: [PATCH] Update current feature --- .github/workflows/itest.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/itest.yml b/.github/workflows/itest.yml index 46bde5c8..4b859118 100644 --- a/.github/workflows/itest.yml +++ b/.github/workflows/itest.yml @@ -70,8 +70,6 @@ jobs: run: go install github.com/k8s-school/ciux@"${{ env.CIUX_VERSION }}" - name: Check dependencies consistency run: ciux ignite $PWD --itest --branch="$GHA_BRANCH_NAME" - - name: Clone fink-alert-simulator code - run: ./itest/clone-fink-alert-simulator.sh - name: Create ktbx configuration run: | cat < $HOME/.ktbx @@ -133,10 +131,6 @@ jobs: ./itest/prereq-install.sh - name: Install MinIO run: ./itest/minio-install.sh - - name: Install finkctl - run: | - . "$CIUXCONFIG" - go install github.com/astrolabsoftware/finkctl@"$FINKCTL_VERSION" - name: Run fink-alert-simulator run: | . "$CIUXCONFIG"