Skip to content

Commit

Permalink
feat: create /build/manifests directory
Browse files Browse the repository at this point in the history
  • Loading branch information
khos2ow committed Jan 10, 2025
1 parent e493e4b commit f11675d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ RUN mkdir -p /home/regolith/.gnupg/ && \

RUN mkdir -p /build/ && \
mkdir -p /build/buildlog/ && \
mkdir -p /build/manifests/ && \
mkdir -p /build/publish/ && \
mkdir -p /build/workspace/ && \
chown -R regolith /build/
Expand Down
1 change: 1 addition & 0 deletions ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ RUN mkdir -p /home/regolith/.gnupg/ && \

RUN mkdir -p /build/ && \
mkdir -p /build/buildlog/ && \
mkdir -p /build/manifests/ && \
mkdir -p /build/publish/ && \
mkdir -p /build/workspace/ && \
chown -R regolith /build/
Expand Down

0 comments on commit f11675d

Please sign in to comment.