You've already forked reloading-manager
This is a basic implementation that works.
This commit is contained in:
@@ -3,3 +3,29 @@ stages:
|
|||||||
|
|
||||||
include:
|
include:
|
||||||
- '.gitlab/tests.yml'
|
- '.gitlab/tests.yml'
|
||||||
|
- project: 'shared/blueprints'
|
||||||
|
file: 'jobs/create-release.yml'
|
||||||
|
ref: master
|
||||||
|
rules:
|
||||||
|
- if: '$CI_COMMIT_TAG'
|
||||||
|
- project: 'shared/blueprints'
|
||||||
|
file: 'jobs/golang-tests.yml'
|
||||||
|
ref: master
|
||||||
|
inputs:
|
||||||
|
stage: test
|
||||||
|
- project: 'shared/blueprints'
|
||||||
|
file: 'jobs/docker-build.yml'
|
||||||
|
ref: master
|
||||||
|
rules:
|
||||||
|
- if: '$CI_COMMIT_TAG'
|
||||||
|
inputs:
|
||||||
|
platform: "linux/amd64,linux/arm64"
|
||||||
|
dockerHubUser: ${DOCKER_HUB_USER}
|
||||||
|
dockerHubPat: ${DOCKER_HUB_PAT}
|
||||||
|
registry: "scr.siteworxpro.com"
|
||||||
|
registryUser: ${REGISTRY_USER}
|
||||||
|
registryPassword: ${REGISTRY_PASSWORD}
|
||||||
|
stage: build
|
||||||
|
repo: "scr.siteworxpro.com/jackett-notifier"
|
||||||
|
tag: "${CI_COMMIT_TAG}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user