Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Common CI Configuration
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
hive
Common CI Configuration
Merge requests
!52
Base job template to push generated documentation into project specific WIKI repository
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Base job template to push generated documentation into project specific WIKI repository
bw_push_docs_to_wiki
into
develop
Overview
0
Commits
5
Pipelines
6
Changes
1
Merged
Bartek Wrona
requested to merge
bw_push_docs_to_wiki
into
develop
11 months ago
Overview
0
Commits
5
Pipelines
6
Changes
1
Expand
NPM specific
0
0
Merge request reports
Viewing commit
61e03df7
Show latest version
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
61e03df7
Fixed dependency checks for emsdk image builds
· 61e03df7
Bartek Wrona
authored
11 months ago
.gitlab-ci.yml
+
1
−
0
Options
@@ -176,6 +176,7 @@ build_emsdk_image:
changes
:
paths
:
-
Dockerfile.emscripten
-
scripts/bash/npm-helpers/*
-
scripts/bash/emscripten/*
-
scripts/bash/emscripten/**/*
-
if
:
$CI_COMMIT_BRANCH !~ /^main$/
# for other branches compare to develop and run if there are diffrences
Loading