Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
Generic Training Dataset
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
Arkindex
Workers
Generic Training Dataset
Merge requests
!2
Implement worker
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Implement worker
implem
into
main
Overview
80
Commits
25
Pipelines
1
Changes
6
Merged
Yoann Schneider
requested to merge
implem
into
main
1 year ago
Overview
80
Commits
25
Pipelines
1
Changes
6
Expand
Closes
#2 (closed)
0
0
Merge request reports
Viewing commit
739f5164
Prev
Next
Show latest version
6 files
+
85
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
Verified
739f5164
add tests and publish docker image with tag POC
· 739f5164
Yoann Schneider
authored
1 year ago
ci/build.sh
+
1
−
0
Options
@@ -5,6 +5,7 @@
# Will automatically login to a registry if CI_REGISTRY, CI_REGISTRY_USER and CI_REGISTRY_PASSWORD are set.
# Will only push an image if $CI_REGISTRY is set.
VERSION
=
"POC"
if
[
-z
"
$VERSION
"
]
;
then
VERSION
=
${
CI_COMMIT_TAG
:-
latest
}
fi
Loading