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

Commit

Permalink
Update dependencies and parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
cdupuis committed Feb 10, 2020
1 parent f0d106c commit a5078ef
Show file tree
Hide file tree
Showing 3 changed files with 635 additions and 32 deletions.
11 changes: 3 additions & 8 deletions atomist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,6 @@ parameters:
displayName: Branch Filter
description: Filter pushes to repositories on matching branches (format regexp)
required: false
- string:
name: name
displayName: Name
description: Name of the container to run
required: false
- string:
name: image
displayName: Docker Image
Expand All @@ -79,8 +74,8 @@ rules:
goals:
- use: ContainerRun
parameters:
image: ${skill.configuration.image}
image: ${skill.configuration.parameters.image}
name: ${!skill.configuration.name}
command: ${!skill.configuration.command}
env: ${!skill.configuration.env}
command: ${!skill.configuration.parameters.command}
env: ${!skill.configuration.parameters.env}
retry: true
Loading

0 comments on commit a5078ef

Please sign in to comment.