Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cspp-geo-gridded-glm
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor 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
cspp_geo
cspp-geo-gridded-glm
Merge requests
!33
2022-12-16 attempt to fix the CI jobs
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
2022-12-16 attempt to fix the CI jobs
2022-12-16-fix-ci
into
master
Overview
0
Commits
6
Pipelines
0
Changes
1
Closed
Nick Bearson
requested to merge
2022-12-16-fix-ci
into
master
2 years ago
Overview
0
Commits
6
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
68870e6e
6 commits,
2 years ago
1 file
+
8
−
8
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
8
−
8
Options
@@ -15,11 +15,11 @@ stages:
create the Gridded GLM buildbucket
:
stage
:
buildbucket_build
image
:
docker:
19.03
.1
image
:
docker:
20
.1
0
tags
:
-
docker
services
:
-
docker:
19.03.1-
dind
-
docker:dind
script
:
-
docker login --username $CI_REGISTRY_USER --password $CI_REGISTRY_PASSWORD $CI_REGISTRY
-
docker build -f buildbucket/Dockerfile --tag $BUILDBUCKET_IMAGE:$CI_COMMIT_SHORT_SHA --cache-from $BUILDBUCKET_IMAGE:latest buildbucket/
@@ -27,11 +27,11 @@ create the Gridded GLM buildbucket:
create the Gridded GLM package
:
stage
:
gridded_glm_build
image
:
docker:
19.03
.1
image
:
docker:
20
.1
0
tags
:
-
docker
services
:
-
docker:
19.03.1-
dind
-
docker:dind
script
:
-
docker login --username $CI_REGISTRY_USER --password $CI_REGISTRY_PASSWORD $CI_REGISTRY
# Creates the gridded GLM package
@@ -55,11 +55,11 @@ run tests:
push our images with version tags
:
stage
:
release
image
:
docker:
19.03
.1
image
:
docker:
20
.1
0
tags
:
-
docker
services
:
-
docker:
19.03.1-
dind
-
docker:dind
rules
:
-
if
:
'
$CI_COMMIT_TAG'
script
:
@@ -75,11 +75,11 @@ push our images with version tags:
push our images as latest tags
:
stage
:
release
image
:
docker:
19.03
.1
image
:
docker:
20
.1
0
tags
:
-
docker
services
:
-
docker:
19.03.1-
dind
-
docker:dind
script
:
-
docker login --username $CI_REGISTRY_USER --password $CI_REGISTRY_PASSWORD $CI_REGISTRY
# buildbucket
Loading