Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

fix: create missing /opt/build directory. #795

Open
wants to merge 1 commit into
base: focal
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ ENV PATH "$PATH:/opt/buildhome/.cargo/bin"
USER root

# Add buildscript for local testing
RUN mkdir -p /opt/build-bin
RUN mkdir -p /opt/build /opt/build-bin
ADD run-build-functions.sh /opt/build-bin/run-build-functions.sh
ADD run-build.sh /opt/build-bin/build
ADD buildbot-git-config /root/.gitconfig
Expand Down