Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gitlab-ci-pipeline
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IOPSYS
gitlab-ci-pipeline
Merge requests
!4
Dockerfile: Align the workdir path with gitlab
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Dockerfile: Align the workdir path with gitlab
workdir
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Vivek Dutta
requested to merge
workdir
into
master
5 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
This change is required to run the functional and Api test in local test setup.
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
4801457c
1 commit,
5 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
docker/code-analysis/Dockerfile
+
1
−
1
Options
@@ -271,7 +271,7 @@ RUN \
cp dmtree/tr157/*.h /usr/include/libbbfdm/ && \
cp libbbf_api/*.h /usr/include/libbbf_api/
WORKDIR
/
opt/work
WORKDIR
/
builds/iopsys/
# Prepare supervisor
RUN
mkdir
-p
/var/log/supervisor
Loading