mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 07:50:30 -05:00
Update 3 files
- /scripts/octo-pack.sh - /templates/octopus.tpl.yml - /pipelines/octo-templates.yml
This commit is contained in:
parent
70013b9c65
commit
ffda7963f9
3 changed files with 42 additions and 0 deletions
25
pipelines/octo-templates.yml
Normal file
25
pipelines/octo-templates.yml
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
stages:
|
||||
- package
|
||||
- publish
|
||||
|
||||
include:
|
||||
- project: 'developerdurp/yml'
|
||||
ref: main
|
||||
file:
|
||||
- 'jobs/version.yml'
|
||||
- 'jobs/octopus.yml'
|
||||
|
||||
|
||||
version:
|
||||
extends: .version
|
||||
stage: .pre
|
||||
rules:
|
||||
- if: $CI_COMMIT_REF_NAME == 'main'
|
||||
|
||||
pack:
|
||||
variables:
|
||||
WORKDIR: $CI_PROJECT_DIR
|
||||
extends: .octo_package
|
||||
stage: package
|
||||
rules:
|
||||
- if: $CI_COMMIT_REF_NAME == 'main'
|
||||
Loading…
Add table
Add a link
Reference in a new issue