Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Angular
Manage
Activity
Members
Plan
Wiki
Code
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
Analyze
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
to be continuous...
Angular
Commits
82f6bf10
Commit
82f6bf10
authored
2 years ago
by
Pierre Smeyers
Browse files
Options
Downloads
Patches
Plain Diff
feat: configurable tracking image
parent
c50c47b7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/gitlab-ci-angular.yml
+4
-1
4 additions, 1 deletion
templates/gitlab-ci-angular.yml
with
4 additions
and
1 deletion
templates/gitlab-ci-angular.yml
+
4
−
1
View file @
82f6bf10
...
@@ -14,6 +14,9 @@
...
@@ -14,6 +14,9 @@
# Floor, Boston, MA 02110-1301, USA.
# Floor, Boston, MA 02110-1301, USA.
# =========================================================================================
# =========================================================================================
variables
:
variables
:
# variabilized tracking image
TBC_TRACKING_IMAGE
:
"
$CI_REGISTRY/to-be-continuous/tools/tracking:master"
# Default ng workspace
# Default ng workspace
NG_WORKSPACE_DIR
:
.
NG_WORKSPACE_DIR
:
.
...
@@ -380,7 +383,7 @@ stages:
...
@@ -380,7 +383,7 @@ stages:
.ng-cli-base
:
.ng-cli-base
:
image
:
$NG_CLI_IMAGE
image
:
$NG_CLI_IMAGE
services
:
services
:
-
name
:
"
$
CI_REGISTRY/to-be-continuous/tools/tracking:master
"
-
name
:
"
$
TBC_TRACKING_IMAGE
"
command
:
[
"
--service"
,
"
angular"
,
"
2.1.0"
]
command
:
[
"
--service"
,
"
angular"
,
"
2.1.0"
]
# cache configuration
# cache configuration
cache
:
cache
:
...
...
This diff is collapsed.
Click to expand it.
Ghost User
@ghost
mentioned in commit
b3465157
·
2 years ago
mentioned in commit
b3465157
mentioned in commit b3465157416a2ec170c8b4f88dfb8f449b41f092
Toggle commit list
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