Skip to content

Commit

Permalink
[FLINK-33285](debug) Adds debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
XComp committed Nov 6, 2023
1 parent 6fb2cac commit 514cf5a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/flink-ci-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@ jobs:
- name: "Collect build artifacts"
working-directory: ${{ env.CHECKOUT_DIR }}
run: |
pwd
echo ${{ env.CHECKOUT_DIR }}
find .
./tools/azure-pipelines/create_build_artifact.sh -f ${{ env.CHECKOUT_DIR }}/${{ env.FLINK_ARTIFACT_FILENAME }}
- name: "Upload artifacts to make them available in downstream jobs"
Expand Down

0 comments on commit 514cf5a

Please sign in to comment.