I have a repo that has bamboo spec defined, and when the plan is created it is adding a checkout source code task that i have not defined in the spec. How do i stop this; as i dont need the job to check out any code, just run a script?
---
version: 2
plan:
project-key: TEST
key: XTEST
name: Test
stages:
- Default Stage:
jobs:
- Default Job
Default Job:
key: JOB1
tasks:
- script:
interpreter: WINDOWS_POWER_SHELL
scripts:
- |-
. write-host "hello"
Add line below to your specs
repositories: []
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.