git.delta.rocks / unique-network / refs/commits / 9f15e9c99690

difftreelog

Escaping feature build ARG due to equal sign inside.

Alexander Aksenov2022-08-05parent: #a5940c7.patch.diff
in: master

1 file changed

modified.github/workflows/node_build_test.ymldiffbeforeafterboth
69 with:69 with:
70 template: .docker/docker-compose.tmp.j270 template: .docker/docker-compose.tmp.j2
71 output_file: .docker/docker-compose.${{ matrix.network }}.yml71 output_file: .docker/docker-compose.${{ matrix.network }}.yml
72 variables: |72 variables: |
73 REPO_URL=${{ github.server_url }}/${{ github.repository }}.git73 REPO_URL=${{ github.server_url }}/${{ github.repository }}.git
74 RUST_TOOLCHAIN=${{ env.RUST_TOOLCHAIN }}74 RUST_TOOLCHAIN=${{ env.RUST_TOOLCHAIN }}
75 POLKA_VERSION=${{ env.POLKA_VERSION }}75 POLKA_VERSION=${{ env.POLKA_VERSION }}
76 FEATURE=${{ matrix.features }}76 FEATURE='${{ matrix.features }}'
77 BRANCH=${{ github.head_ref }}77 BRANCH=${{ github.head_ref }}
7878
79 - name: Show build configuration79 - name: Show build configuration
80 run: cat .docker/docker-compose.${{ matrix.network }}.yml80 run: cat .docker/docker-compose.${{ matrix.network }}.yml