Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
hlteoh37 committed Sep 12, 2023
1 parent 285f12d commit 3d70220
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
FLINK_CACHE_DIR: "/tmp/cache/flink"
MVN_BUILD_OUTPUT_FILE: "/tmp/mvn_build_output.out"
MVN_VALIDATION_DIR: "/tmp/flink-validation-deployment"
FLINK_AWS_USER: ${{ env.FLINK_AWS_USER }}
FLINK_AWS_PASSWORD: ${{ env.FLINK_AWS_PASSWORD }}
FLINK_AWS_USER: ${{ vars.FLINK_AWS_USER }}
FLINK_AWS_PASSWORD: ${{ vars.FLINK_AWS_PASSWORD }}
steps:
- run: echo "Running CI pipeline for JDK version ${{ matrix.jdk }}"

Expand Down

0 comments on commit 3d70220

Please sign in to comment.