Skip to content

Commit

Permalink
#32: add missing quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
tlamonthezie committed Jul 23, 2024
1 parent 664daa3 commit c6cf7df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/docker/build-and-test.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN mkdir -p /opt/build/vt-tv

# Build
FROM base AS build
RUN bash -c 'if [[ $CC == "/usr/bin/gcc-11" ]]; then export VT_TV_COVERAGE_ENABLED=ON; fi'
RUN bash -c 'if [[ "$CC" == "/usr/bin/gcc-11" ]]; then export VT_TV_COVERAGE_ENABLED=ON; fi'
RUN /opt/src/vt-tv/ci/build.sh

# Unit tests
Expand Down

0 comments on commit c6cf7df

Please sign in to comment.