Skip to content

Commit

Permalink
Clarified skup-checkout option (closes #232)
Browse files Browse the repository at this point in the history
  • Loading branch information
toote committed Oct 6, 2022
1 parent d9ccb60 commit 3698342
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,9 @@ Example: `[ "powershell", "-Command" ]`

### `skip-checkout` (optional, run only)

Whether to skip the repository checkout phase. This is useful for steps that use a pre-built image. This will fail if there is no pre-built image.
Whether to skip the repository checkout phase. This is useful for steps that use a pre-built image and will fail if there is no pre-built image.

**Important**: as the code repository will not be available in the step, you need to ensure that the docker compose file(s) are present in some way (like using artifacts)

### `skip-pull` (optional, run only)

Expand Down

0 comments on commit 3698342

Please sign in to comment.