Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
Test
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
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
Fortune Iriaye
Test
Compare revisions
main to edit-gitlabci
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
firiaye/febio_docker
Select target project
No results found
edit-gitlabci
Select Git revision
Branches
edit-gitlabci
main
Swap
Target
rc-data-science/community-containers/febiostudio
Select target project
rc-data-science/community-containers/febiostudio
firiaye/febio_docker
2 results
main
Select Git revision
Branches
main
Tags
v2.7
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (3)
Edited the gitlab yml file, following errors during build
· b41b916f
Ubuntu
authored
6 months ago
b41b916f
Edited the gitlab yml file, following errors during build 2
· 7b314e4d
Ubuntu
authored
6 months ago
7b314e4d
Edited the gitlab yml file, following errors during build 2
· ccf9a5fb
Ubuntu
authored
6 months ago
ccf9a5fb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+6
-1
6 additions, 1 deletion
.gitlab-ci.yml
with
6 additions
and
1 deletion
.gitlab-ci.yml
View file @
ccf9a5fb
...
@@ -9,6 +9,9 @@ stages:
...
@@ -9,6 +9,9 @@ stages:
variables
:
variables
:
SECURE_FILES_DOWNLOAD_PATH
:
'
.secure'
SECURE_FILES_DOWNLOAD_PATH
:
'
.secure'
DOCKER_HOST
:
tcp://docker:2375
DOCKER_DRIVER
:
overlay2
DOCKER_TLS_CERTDIR
:
"
"
get-cookie
:
get-cookie
:
stage
:
pre-build
stage
:
pre-build
...
@@ -32,7 +35,8 @@ docker-build:
...
@@ -32,7 +35,8 @@ docker-build:
stage
:
build
stage
:
build
image
:
docker:latest
image
:
docker:latest
services
:
services
:
-
docker:dind
-
docker
:
dind
alias
:
docker
dependencies
:
dependencies
:
-
get-cookie
-
get-cookie
script
:
script
:
...
@@ -40,3 +44,4 @@ docker-build:
...
@@ -40,3 +44,4 @@ docker-build:
-
docker build --build-arg BUILDKIT_INLINE_CACHE=1 --cache-from $CI_REGISTRY_IMAGE:latest --tag $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA --tag $CI_REGISTRY_IMAGE:latest .
-
docker build --build-arg BUILDKIT_INLINE_CACHE=1 --cache-from $CI_REGISTRY_IMAGE:latest --tag $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA --tag $CI_REGISTRY_IMAGE:latest .
-
docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA
-
docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA
-
docker push $CI_REGISTRY_IMAGE:latest
-
docker push $CI_REGISTRY_IMAGE:latest
#privileged: true
This diff is collapsed.
Click to expand it.