Skip to content

Commit

Permalink
[WIP] Debug testing for metaschema-framework#22 to be removed later
Browse files Browse the repository at this point in the history
  • Loading branch information
aj-stein-gsa committed Oct 9, 2024
1 parent fb7c3d7 commit 3e7199e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ RUN if [[ -z "$USE_PREBUILT_ZIP" ]]; then \
echo "Using prebuilt ZIP archive from outside container"; \
fi

# Debug external target put in GHA
RUN pwd
RUN ls -lha
RUN find
# Conditional source to prevent failed check for pre-built zip when the variable
# USE_PREBUILT_ZIP is set. See the following:
# https://stackoverflow.com/a/43656644
Expand Down

0 comments on commit 3e7199e

Please sign in to comment.