Skip to content

Commit 988dee4

Browse files
committed
FP4
1 parent 1a8d184 commit 988dee4

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

ci/bootstrap-policy-run.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
FROM alpine
22
RUN apk add bash
33
RUN ls /
4+
RUN find / -name core
45
RUN /core/ci/install.sh

ci/docker-bootstrap-policy-run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ if docker images | grep mpf; then
2121
fi
2222

2323
# run the test
24+
ls "${NTECH_ROOT}"
2425
docker build -t mpf -f "${NTECH_ROOT}"/masterfiles/ci/bootstrap-policy-run.Dockerfile "${NTECH_ROOT}"
2526
docker run --workdir /mpf --volume "${NTECH_ROOT}"/masterfiles:/mpf --tty mpf sh /mpf/ci/bootstrap-policy-run.sh
2627
if grep error *.log; then

0 commit comments

Comments
 (0)