Skip to content

Commit

Permalink
echo
Browse files Browse the repository at this point in the history
  • Loading branch information
jimkring authored Aug 28, 2024
1 parent 1798a83 commit 26307a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN if [ -f dev.vipc ] || [ -f source.vipc ]; then \
dragon refresh --vipm && \
if [ -f source.vipc ]; then \
echo "Applying VIPC (Library Deps)..." && \
echo "dragon vipm apply-vipc --labview-version ${LABVIEW_VERSION} --labview-bitness ${LABVIEW_BITNESS} --timeout ${VIPC_TIMEOUT} ./source.vipc"
echo "dragon vipm apply-vipc --labview-version ${LABVIEW_VERSION} --labview-bitness ${LABVIEW_BITNESS} --timeout ${VIPC_TIMEOUT} ./source.vipc" && \
dragon vipm apply-vipc --labview-version ${LABVIEW_VERSION} --labview-bitness ${LABVIEW_BITNESS} --timeout ${VIPC_TIMEOUT} ./source.vipc && \
rm source.vipc; \
fi; \
Expand Down

0 comments on commit 26307a2

Please sign in to comment.