Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tutorial-nequip
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container registry
Model registry
Monitor
Service Desk
Analyze
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
nomad-lab
ai-toolkit
tutorial-nequip
Commits
a614afd3
Commit
a614afd3
authored
2 years ago
by
Adam Fekete
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml file
parent
c76ae6bd
No related branches found
No related tags found
No related merge requests found
Pipeline
#160957
failed
2 years ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+1
-15
1 addition, 15 deletions
.gitlab-ci.yml
with
1 addition
and
15 deletions
.gitlab-ci.yml
+
1
−
15
View file @
a614afd3
default
:
default
:
tags
:
tags
:
-
cloud
-
cloud
...
@@ -6,20 +5,7 @@ default:
...
@@ -6,20 +5,7 @@ default:
build_image
:
build_image
:
stage
:
build
stage
:
build
image
:
docker:stable
image
:
docker:dind
services
:
-
name
:
docker:dind
alias
:
dockerdaemon
variables
:
# Tell docker CLI how to talk to Docker daemon.
DOCKER_HOST
:
tcp://dockerdaemon:2375/
# Use the overlayfs driver for improved performance.
DOCKER_DRIVER
:
overlay2
# Disable TLS since we're running inside local network.
DOCKER_TLS_CERTDIR
:
"
"
before_script
:
before_script
:
-
docker info
-
docker info
-
docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
-
docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
...
...
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