Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Petelin, Gašper (EXTERN) - 138600
Param search
Commits
6cd018e8
Commit
6cd018e8
authored
Feb 04, 2021
by
Petelin, Gašper (EXTERN) - 138600
Browse files
Update .gitlab-ci.yml
parent
2f7afefd
Pipeline
#57493
failed with stages
in 3 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6cd018e8
...
...
@@ -21,18 +21,18 @@ nvidia-cudaGccOpt-6:
OFIMAGETAG
:
"
nvidia-cudaGccOpt-6"
extends
:
.customized_docker
docker-build-master
:
#
docker-build-master:
# Official docker image.
image
:
docker:latest
stage
:
build
services
:
-
docker:dind
before_script
:
-
docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
script
:
-
echo "123 $CI_REGISTRY_IMAGE 123"
-
docker build --pull -t "$CI_REGISTRY_IMAGE" .
-
docker push "$CI_REGISTRY_IMAGE"
#
image: docker:latest
#
stage: build
#
services:
#
- docker:dind
#
before_script:
#
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
#
script:
#
- echo "123 $CI_REGISTRY_IMAGE 123"
#
- docker build --pull -t "$CI_REGISTRY_IMAGE" .
#
- docker push "$CI_REGISTRY_IMAGE"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment