Skip to content

Commit

Permalink
add pact executor based on docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim-Filimonov committed Jun 27, 2022
1 parent 2b59394 commit 1acd24f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/executors/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ description: >
This is a sample executor using Docker and Node. If you want to provide a custom environment in your orb, insert your image here.
If you do not require an executor, you can simply delete this directory.
docker:
- image: 'cimg/node:<<parameters.tag>>'
- image: "pactfoundation/pact-cli:<<parameters.tag>>"
parameters:
tag:
default: lts
default: latest
description: >
Pick a specific cimg/node image variant:
https://hub.docker.com/r/cimg/node/tags
Pick a specific pact version to use:
https://hub.docker.com/r/pactfoundation/pact-cli/tags/
type: string

0 comments on commit 1acd24f

Please sign in to comment.