From 66daa187ec1a5bb379d4188aedf2788c664e115f Mon Sep 17 00:00:00 2001 From: Moritz Wiesinger Date: Wed, 14 Dec 2022 08:04:32 +0100 Subject: [PATCH] ci: fix main builds by adding missing env variables (#510) --- .github/workflows/CI.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index 1966c38890..92b875f135 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -190,6 +190,10 @@ jobs: needs: [prepare_ci_run, test, component_tests, integration_tests, e2e_tests, performance_tests] if: github.event_name == 'push' && needs.prepare_ci_run.outputs.NON_FORKED_AND_NON_ROBOT_RUN == 'true' # only run on push to main/maintenance branches runs-on: ubuntu-22.04 + env: + DATETIME: ${{ needs.prepare_ci_run.outputs.DATETIME }} + BUILD_TIME: ${{ needs.prepare_ci_run.outputs.BUILD_TIME }} + GIT_SHA: ${{ needs.prepare_ci_run.outputs.GIT_SHA }} strategy: matrix: config: