diff --git a/.gitea/workflows/Release.yml b/.gitea/workflows/Release.yml new file mode 100644 index 0000000..ef6ec99 --- /dev/null +++ b/.gitea/workflows/Release.yml @@ -0,0 +1,9 @@ +name: Release + +on: + push: + branches: [main] + +jobs: + release: + uses: unboundsoftware/shared-workflows/.gitea/workflows/Release.yml@main diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index ce77975..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,19 +0,0 @@ -include: -- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml' -- project: unboundsoftware/ci-templates - file: Defaults.gitlab-ci.yml -- project: unboundsoftware/ci-templates - file: Release.gitlab-ci.yml - -default: - tags: - - codebuild-Gitlab-$CI_PROJECT_ID-$CI_PIPELINE_IID-$CI_JOB_NAME - -stages: -- build - -build: - stage: build - image: amd64/alpine:3.23.2@sha256:f276aafd5da0d02877540e1dbf42bdd6b08191073438dd03f0d3b8078f30fb34 - script: - - env | sort