Skip to content

Commit

Permalink
Merge pull request #16 from regolith-linux/manifests-folder
Browse files Browse the repository at this point in the history
feat: create /build/manifests directory
  • Loading branch information
khos2ow authored Jan 10, 2025
2 parents e493e4b + f11675d commit 98a5079
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 98a5079

Please sign in to comment.