From f6eeb984910d205f38dcab661de500421a488f88 Mon Sep 17 00:00:00 2001 From: Ilayaperumal Gopinathan Date: Wed, 11 Oct 2023 22:28:46 +0100 Subject: [PATCH] Update dataflow and skipper versions --- .github/workflows/at-common-workflow.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/at-common-workflow.yml b/.github/workflows/at-common-workflow.yml index afa73ffa..7bc8bf82 100644 --- a/.github/workflows/at-common-workflow.yml +++ b/.github/workflows/at-common-workflow.yml @@ -114,6 +114,8 @@ jobs: KAFKA_USERNAME: ${{ secrets.KAFKA_USERNAME }} KAFKA_PASSWORD: ${{ secrets.KAFKA_PASSWORD }} PLATFORM: cloudfoundry + DATAFLOW_VERSION: 2.11.1-SNAPSHOT + SKIPPER_VERSION: 2.11.1-SNAPSHOT run: | echo "Setup Environment" export SETUP_TOOL_REPO="scdf_cf_setup"