# HG changeset patch # User Edouard Tisserant # Date 1652988076 -7200 # Node ID e191f60ab947de0ecf5a9d80daf69c62ac028a7e # Parent be6d0d610f84f7ec506465748bc5074b4bd1aaf5 Github Action Workflow : desperate attempt to pass environment variable. diff -r be6d0d610f84 -r e191f60ab947 .github/workflows/build_bundles.yml --- a/.github/workflows/build_bundles.yml Thu May 19 18:29:38 2022 +0200 +++ b/.github/workflows/build_bundles.yml Thu May 19 21:21:16 2022 +0200 @@ -63,9 +63,12 @@ cd beremiz_public_dist ./create_docker_container.sh ${{ github.workspace }}/build - - name: Run tests in docker + - name: Run build in docker run: | cd beremiz_public_dist + beremiz_revisionid=${{ env.beremiz_revisionid }} \ + matiec_revisionid=${{ env.matiec_revisionid }} \ + CanFestival-3_revisionid=${{ env.CanFestival-3_revisionid }} \ ./build_in_docker.sh - name: Upload built artifact