Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
Add line_style hint to command parameter spec
Browse files Browse the repository at this point in the history
  • Loading branch information
cdupuis authored Feb 17, 2020
1 parent 14aec3a commit 3d6231e
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions atomist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,34 +33,35 @@ skill:
- use: atomist/package-sdm-skill/package

parameters:
- repoFilter:
- repo_filter:
name: repos
displayName: Repository Selection
display_name: Repository Selection
description: Select for which pushes to repositories the configured container should run
required: false
- string:
name: hasFile
displayName: File Filter
display_name: File Filter
description: Filter pushes to repositories that have matching files (format regexp)
required: false
- string:
name: isBranch
displayName: Branch Filter
display_name: Branch Filter
description: Filter pushes to repositories on matching branches (format regexp)
required: false
- string:
name: image
displayName: Docker Image
display_name: Docker Image
description: 'Docker image to run including optional tag (format image:tag)'
required: true
- string:
name: command
displayName: Command & Arguments
display_name: Command & Arguments
description: Command to run inside the container
line_style: multiple
required: false
- stringArray:
- string_array:
name: env
displayName: Environment Variables
display_name: Environment Variables
description: Environment variables to be passed to the container (format KEY=VALUE)
required: false

Expand Down

0 comments on commit 3d6231e

Please sign in to comment.