Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ServerPackCreator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
Griefed
ServerPackCreator
Commits
7fd4bfcb
Verified
Commit
7fd4bfcb
authored
3 months ago
by
Griefed
Browse files
Options
Downloads
Patches
Plain Diff
ci: Bump griefed/gitlab-ci-cd to 2.2.27. Move to default image for jobs.
parent
bb486649
No related branches found
No related tags found
1 merge request
!632
Develop
Pipeline
#9166
failed
3 months ago
Stage: Tests
Stage: Documentation
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-9
3 additions, 9 deletions
.gitlab-ci.yml
with
3 additions
and
9 deletions
.gitlab-ci.yml
+
3
−
9
View file @
7fd4bfcb
...
...
@@ -12,9 +12,11 @@ variables:
GRADLE_USER_HOME
:
"
$CI_PROJECT_DIR/.gradle"
services
:
-
name
:
ghcr.io/griefed/gitlab-ci-cd:2.2.2
6
-
name
:
ghcr.io/griefed/gitlab-ci-cd:2.2.2
7
alias
:
docker
image
:
ghcr.io/griefed/gitlab-ci-cd:2.2.27
workflow
:
rules
:
-
if
:
'
$CI_MERGE_REQUEST_EVENT_TYPE
==
"detached"'
...
...
@@ -75,7 +77,6 @@ Build Test:
Docker Test
:
stage
:
Tests
image
:
ghcr.io/griefed/gitlab-ci-cd:2.2.26
before_script
:
-
docker login -u "$DOCKERHUB_USER" -p "$DOCKERHUB_TOKEN" docker.io
-
docker login -u "$DOCKERHUB_USER" -p "$GITHUB_TOKEN" ghcr.io
...
...
@@ -92,7 +93,6 @@ Docker Test:
Generate Release
:
stage
:
Release
image
:
ghcr.io/griefed/gitlab-ci-cd:2.2.26
needs
:
-
job
:
Build Test
artifacts
:
false
...
...
@@ -234,7 +234,6 @@ Publish OSSRH:
Build Docker Release
:
stage
:
Build Release
image
:
ghcr.io/griefed/gitlab-ci-cd:2.2.26
needs
:
-
job
:
Build Test
artifacts
:
true
...
...
@@ -257,7 +256,6 @@ Build Docker Release:
Build Docker PreRelease
:
stage
:
Build Release
image
:
ghcr.io/griefed/gitlab-ci-cd:2.2.26
needs
:
-
job
:
Build Test
artifacts
:
true
...
...
@@ -310,7 +308,6 @@ Writerside Build:
Writerside Docker
:
stage
:
Documentation
image
:
ghcr.io/griefed/gitlab-ci-cd:2.2.26
needs
:
-
job
:
Writerside Build
artifacts
:
true
...
...
@@ -332,7 +329,6 @@ Writerside Docker:
Writerside Docker Latest
:
stage
:
Documentation
image
:
ghcr.io/griefed/gitlab-ci-cd:2.2.26
needs
:
-
job
:
Writerside Build
artifacts
:
true
...
...
@@ -355,7 +351,6 @@ Writerside Docker Latest:
Writerside Docker Prerelease
:
stage
:
Documentation
image
:
ghcr.io/griefed/gitlab-ci-cd:2.2.26
needs
:
-
job
:
Writerside Build
artifacts
:
true
...
...
@@ -393,7 +388,6 @@ pages:
Update README:on-schedule
:
stage
:
Documentation
image
:
ghcr.io/griefed/gitlab-ci-cd:2.2.26
only
:
-
schedules
before_script
:
...
...
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