[SIMPL-30451] Drop the Gitea workflow from the GitLab repository
This repository is built by the shared ds.gitlab-ci.yml template; carrying a second CI system alongside it invited the reader to wonder which one is authoritative. The Gitea Actions workflow that builds both images stays in the sandbox Gitea mirror, which is where the sandbox images are produced. The README, the pipes payload values and the sandbox values no longer point at a file this repository does not contain. Changelog: removed
This commit is contained in:
@@ -17,8 +17,7 @@
|
||||
# For values that work today, see yaml/sandbox/values-sandbox-gitea.yaml. The
|
||||
# shared GitLab pipeline (ds.gitlab-ci.yml) builds exactly one image per project -
|
||||
# $CI_REGISTRY_IMAGE from the root Dockerfile - so the payload reference below
|
||||
# resolves only once that pipeline learns to build a second image. The Gitea
|
||||
# workflow in .gitea/workflows/docker-publish.yml already builds both.
|
||||
# resolves only once that pipeline learns to build a second image.
|
||||
|
||||
dagster:
|
||||
dagster-user-deployments:
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
# Use these instead of the code.europa.eu references in
|
||||
# yaml/values-dagster-distributed-execution.yaml and
|
||||
# yaml/loosely-coupled/values-pipes-payload.yaml when deploying to the
|
||||
# dataprovider01 sandbox. Both images are published by
|
||||
# .gitea/workflows/docker-publish.yml.
|
||||
# dataprovider01 sandbox. Both images were built and published by a Gitea Actions
|
||||
# workflow held in the sandbox Gitea mirror of this repository, not here.
|
||||
#
|
||||
# The tag below is a short commit SHA and is the same for both images. That is
|
||||
# the version lock: the code location and the payload it dispatches must come
|
||||
|
||||
Reference in New Issue
Block a user