Skip to content
Snippets Groups Projects
Verified Commit 646fb3bb authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

ci(earthly): Reorganise earthly includes

parent 9f8b1f7c
Branches
Tags
No related merge requests found
Pipeline #19461 passed
include: include:
- local: 'images/.utils/gitlab-earthly.yaml' - local: 'shared/earthly/gitlab-earthly-cloud.yaml'
stages: stages:
- build - build
lint-docs: lint-docs:
extends: .earthly extends: .earthly-cloud
stage: lint stage: lint
script: script:
- earthly --ci +docs-lint - earthly --ci +docs-lint
......
include:
- local: 'shared/earthly/gitlab-earthly-cloud.yaml'
container-build: container-build:
stage: build extends: .earthly-cloud
image: earthly/earthly:v0.8.3
variables:
FORCE_COLOR: 1
EARTHLY_EXEC_CMD: "/bin/sh"
script: script:
- earthly --org earthly-5846 --sat sat01 --ci --push -P +images - earthly --use-inline-cache --save-inline-cache --ci --push +images
tags: \ No newline at end of file
- kubernetes
\ No newline at end of file
.earthly-cloud:
stage: build
image: docker.io/earthly/earthly:v0.8.4@sha256:32e08fabd79f39bd58a76250c8801f6879540404bfea89eeb548414672fb607b
variables:
FORCE_COLOR: 1
EARTHLY_EXEC_CMD: "/bin/sh"
tags:
- kubernetes
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment