Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Rust
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
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SmartDataLab
public
CI-CD components
Rust
Compare revisions
4a8f2b5911d822392d8a1ffaea1c07f10900cd84 to ab43f4b4d4508b6e6175e6f2702b67bd68a3c9ea
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
smartdatalab/public/ci-cd-components/rust
Select target project
No results found
ab43f4b4d4508b6e6175e6f2702b67bd68a3c9ea
Select Git revision
Swap
Target
smartdatalab/public/ci-cd-components/rust
Select target project
smartdatalab/public/ci-cd-components/rust
1 result
4a8f2b5911d822392d8a1ffaea1c07f10900cd84
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
feat: disable tracking service by default
· d407c0a7
Clement Bois
authored
2 months ago
d407c0a7
Merge remote-tracking branch 'upstream/main'
· ab43f4b4
Benguria Elguezabal, Gorka
authored
2 months ago
ab43f4b4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/gitlab-ci-rust.yml
+0
-3
0 additions, 3 deletions
templates/gitlab-ci-rust.yml
with
0 additions
and
3 deletions
templates/gitlab-ci-rust.yml
View file @
ab43f4b4
...
...
@@ -108,9 +108,6 @@ workflow:
-
when
:
on_success
variables
:
# variabilized tracking image
TBC_TRACKING_IMAGE
:
registry.gitlab.com/to-be-continuous/tools/tracking:master
# Default Docker image (use a public image - can be overridden)
RUST_IMAGE
:
$[[ inputs.image ]]
...
...
This diff is collapsed.
Click to expand it.