Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
engine-recorder
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
AURA
engine-recorder
Commits
e9a7c5c6
Commit
e9a7c5c6
authored
2 years ago
by
Kay Effenberger
Browse files
Options
Downloads
Patches
Plain Diff
FIX(gitlab-ci): set DOCKER_HOST
parent
56aac6dd
No related branches found
No related tags found
4 merge requests
!7
FEAT(multi-arch): add support for multi arch
,
!6
FEAT(multi-arch): add support for multi arch
,
!5
FEAT(multi-arch): add support for multi arch
,
!4
FEAT(multi-arch): add support for multi arch
Pipeline
#2698
passed
2 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-1
2 additions, 1 deletion
.gitlab-ci.yml
with
2 additions
and
1 deletion
.gitlab-ci.yml
+
2
−
1
View file @
e9a7c5c6
image
:
python:3.9
variables
:
DOCKER_HOST
:
tcp://docker:2375/
stages
:
-
test
...
...
@@ -62,7 +64,6 @@ docker-push:
variables
:
# the name of the image without version
AURA_IMAGE_NAME
:
"
autoradio/engine-recorder"
DOCKER_HOST
:
tcp://docker:2375/
services
:
-
docker:dind
before_script
:
...
...
This diff is collapsed.
Click to expand it.
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