Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Proxy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open-source
Proxy
Commits
b8bc17c3
Commit
b8bc17c3
authored
5 years ago
by
Dominik Hebeler
Browse files
Options
Downloads
Patches
Plain Diff
another test
parent
1e6b2136
No related branches found
Branches containing commit
No related tags found
1 merge request
!5
Resolve "Make Proxy Use Autodevops"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
with
1 addition
and
1 deletion
.gitlab-ci.yml
+
1
−
1
View file @
b8bc17c3
...
@@ -50,7 +50,7 @@ build:
...
@@ -50,7 +50,7 @@ build:
cp /build/Dockerfile Dockerfile
cp /build/Dockerfile Dockerfile
fi
fi
# Build the dependencies
# Build the dependencies
-
docker run --rm
--name metager-proxy-npm-install
-v "$PWD":/usr/src/app -w /usr/src/app node:8 bash -c "npm install &&
chmod -R go+w node_modules &&
npm run prod"
-
docker run --rm -v "$PWD":/usr/src/app -w /usr/src/app node:8 bash -c "npm install && npm run prod"
-
docker run --rm -v $(pwd):/app composer/composer:latest install
-
docker run --rm -v $(pwd):/app composer/composer:latest install
-
docker pull $CI_APPLICATION_REPOSITORY:latest ||
true
-
docker pull $CI_APPLICATION_REPOSITORY:latest ||
true
-
|
-
|
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment