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
2
Merged
Bartek Wrona
requested to merge
bw_push_docs_to_wiki
into
develop
11 months ago
Overview
0
Commits
5
Pipelines
6
Changes
2
Expand
NPM specific
0
0
Merge request reports
Viewing commit
c39fbc08
Prev
Next
Show latest version
2 files
+
2
−
2
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
c39fbc08
Bumped emscripten image tag due to added helper npm script
· c39fbc08
Bartek Wrona
authored
11 months ago
scripts/bash/build_emscripten_image.sh
+
1
−
1
Options
@@ -11,5 +11,5 @@ export DOCKER_BUILDKIT=1
@@ -11,5 +11,5 @@ export DOCKER_BUILDKIT=1
docker build
--target
=
supplemented_emscripten_builder
\
docker build
--target
=
supplemented_emscripten_builder
\
--build-arg
"EMSCRIPTEN_VERSION=
${
EMSDK_VERSION
}
"
\
--build-arg
"EMSCRIPTEN_VERSION=
${
EMSDK_VERSION
}
"
\
--tag
"
${
REGISTRY
}
emsdk:
${
EMSDK_VERSION
}
-
2
"
\
--tag
"
${
REGISTRY
}
emsdk:
${
EMSDK_VERSION
}
-
3
"
\
--file
"
${
SRCDIR
}
/Dockerfile.emscripten"
"
${
SRCDIR
}
"
--file
"
${
SRCDIR
}
/Dockerfile.emscripten"
"
${
SRCDIR
}
"
Loading