Github Action Workflow : desperate attempt to pass environment variable.
authorEdouard Tisserant <edouard.tisserant@gmail.com>
Thu, 19 May 2022 21:21:16 +0200
changeset 48 e191f60ab947
parent 47 be6d0d610f84
child 50 53ce387343e5
Github Action Workflow : desperate attempt to pass environment variable.
.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