Skip to content

Commit

Permalink
Merge branch 'develop' into 'main'
Browse files Browse the repository at this point in the history
Develop

See merge request Griefed/ServerPackCreator!632
  • Loading branch information
Griefed committed Jan 18, 2025
2 parents c7cc2b9 + 1773ef2 commit a690e9f
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ variables:
GRADLE_USER_HOME: "$CI_PROJECT_DIR/.gradle"

services:
- name: ghcr.io/griefed/gitlab-ci-cd:2.2.26
- name: ghcr.io/griefed/gitlab-ci-cd:2.2.28
alias: docker

image: ghcr.io/griefed/gitlab-ci-cd:2.2.28

workflow:
rules:
- if: '$CI_MERGE_REQUEST_EVENT_TYPE == "detached"'
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit a690e9f

Please sign in to comment.