Files
Go.Rig-Operator/bamboo-specs/release/semantic-release.yaml

15 lines
450 B
YAML
Raw Normal View History

2026-01-15 09:58:01 +00:00
tasks:
- checkout:
force-clean-build: 'true'
- script: |
set -x
docker run --rm --user 555:555 -v ${bamboo.hostvolume}:/code -w /code \
${bamboo.container_semrel} \
npx semantic-release \
--repository-url https://${bamboo.httpsaccesskey_secret}@devstash.vanderlande.com/scm/ittp/as-vi-cnv.git
other:
clean-working-dir: true
requirements:
- system.docker.executable
- AGENT_TYPE: Linux_Base_Agent