Skip to content

Commit

Permalink
echoing command
Browse files Browse the repository at this point in the history
  • Loading branch information
jimkring authored Aug 28, 2024
1 parent 66f917a commit 1798a83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +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"
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 1798a83

Please sign in to comment.