Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ant.sr
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Anton Sarukhanov
ant.sr
Merge requests
!5
Include frontend deps when building in CI
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Include frontend deps when building in CI
frontend-cleanup
into
master
Overview
0
Commits
1
Pipelines
5
Changes
2
Merged
Anton Sarukhanov
requested to merge
frontend-cleanup
into
master
4 years ago
Overview
0
Commits
1
Pipelines
5
Changes
1
Expand
0
0
Merge request reports
Compare
version 2
version 3
739d53c1
4 years ago
version 2
b301b207
4 years ago
version 1
afe53f7c
4 years ago
master (base)
and
latest version
latest version
6b2a098e
1 commit,
4 years ago
version 3
739d53c1
1 commit,
4 years ago
version 2
b301b207
1 commit,
4 years ago
version 1
afe53f7c
1 commit,
4 years ago
Show latest version
1 file
+
4
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
4
−
1
Options
@@ -7,6 +7,7 @@ build_js:
stage
:
build_js
image
:
node:14
script
:
-
npm install --dev
-
make js
artifacts
:
paths
:
@@ -14,6 +15,8 @@ build_js:
build_html
:
stage
:
build_html
dependencies
:
-
build_js
image
:
python:3
script
:
-
pip install -r requirements.txt
@@ -25,7 +28,7 @@ build_html:
build_image
:
stage
:
build_image
dependencies
:
-
build_
content
-
build_
html
image
:
name
:
gcr.io/kaniko-project/executor:debug
entrypoint
:
[
"
"
]
Loading