Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docker-baseimage-ubuntu
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
JetBrains YouTrack
External 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
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Prosper
docker-baseimage-ubuntu
Commits
7e864c2b
Commit
7e864c2b
authored
3 years ago
by
Griefed
Browse files
Options
Downloads
Patches
Plain Diff
ci: Move services, image and variables to global
parent
b1a84d13
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+14
-28
14 additions, 28 deletions
.gitlab-ci.yml
with
14 additions
and
28 deletions
.gitlab-ci.yml
+
14
−
28
View file @
7e864c2b
...
...
@@ -3,18 +3,21 @@ stages:
-
release
-
build
services
:
-
name
:
griefed/gitlab-ci-cd:2.0.0
alias
:
docker
command
:
[
"
--experimental"
]
image
:
griefed/gitlab-ci-cd:2.0.0
variables
:
project_name
:
$CI_PROJECT_NAME
SEMANTIC_RELEASE_PACKAGE
:
$CI_PROJECT_NAME
FOCAL_RELEASE_DATE
:
"
current"
OVERLAY_VERSION
:
"
v2.2.0.3"
test docker
:
image
:
griefed/gitlab-ci-cd:2.0.0
stage
:
test
services
:
-
name
:
griefed/gitlab-ci-cd:2.0.0
alias
:
docker
command
:
[
"
--experimental"
]
variables
:
project_name
:
$CI_PROJECT_NAME
SEMANTIC_RELEASE_PACKAGE
:
$CI_PROJECT_NAME
FOCAL_RELEASE_DATE
:
"
current"
OVERLAY_VERSION
:
"
v2.2.0.3"
before_script
:
-
docker login -u "$DOCKERHUB_USER" -p "$DOCKERHUB_TOKEN" docker.io
-
docker login -u "$DOCKERHUB_USER" -p "$GITHUB_TOKEN" ghcr.io
...
...
@@ -74,13 +77,6 @@ test docker:
release
:
needs
:
[
'
test
docker'
]
stage
:
release
image
:
griefed/gitlab-ci-cd:2.0.0
services
:
-
name
:
griefed/gitlab-ci-cd:2.0.0
alias
:
docker
variables
:
project_name
:
$CI_PROJECT_NAME
SEMANTIC_RELEASE_PACKAGE
:
$CI_PROJECT_NAME
script
:
-
npx semantic-release
only
:
...
...
@@ -92,17 +88,7 @@ release:
-
'
$CI_COMMIT_TITLE
=~
/^RELEASE:.+$/
||
$CI_PIPELINE_SOURCE
==
"schedule"'
build
:
image
:
griefed/gitlab-ci-cd:2.0.0
stage
:
build
services
:
-
name
:
griefed/gitlab-ci-cd:2.0.0
alias
:
docker
command
:
[
"
--experimental"
]
variables
:
project_name
:
$CI_PROJECT_NAME
SEMANTIC_RELEASE_PACKAGE
:
$CI_PROJECT_NAME
FOCAL_RELEASE_DATE
:
"
current"
OVERLAY_VERSION
:
"
v2.2.0.3"
before_script
:
-
docker login -u "$DOCKERHUB_USER" -p "$DOCKERHUB_TOKEN" docker.io
-
docker login -u "$DOCKERHUB_USER" -p "$GITHUB_TOKEN" ghcr.io
...
...
@@ -250,4 +236,4 @@ Check Packages:on-schedule:
docker image rm -f $DOCKERHUB_USER/$DOCKERHUB_REPO:latest
docker image rm -f localbuild
rm -rf /tmp/$CI_PROJECT_PATH
echo "Done."
\ No newline at end of file
echo "Done."
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