Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
Fix links in dry run Gauge spec (#69)
Browse files Browse the repository at this point in the history
* Fix links in dry run Gauge spec

The links were specified in the wrong order, meaning neither link went
to the right destination.

Fixes #67

* Bump plugin patch version
  • Loading branch information
johnboyes authored Oct 22, 2021
1 parent e391f9e commit 1804e99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions functional-tests/specs/dry_run.spec
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ The Gauge Confluence plugin will exit with a non-zero exit code if the dry run f
state for publishing. This means that the CI/CD pipeline can use the exit code (0 for success, not 0 for fail) to pass
or fail the dry run build (and indeed the actual build too, when not running in dry run mode).

The dry run mode is set by setting a `DRY_RUN` [environment variable or property][2] with the value `true` (we can't
use a command-line flag for this as [Gauge does not propagate command line flags to documentation plugins][1]).
The dry run mode is set by setting a `DRY_RUN` [environment variable or property][1] with the value `true` (we can't
use a command-line flag for this as [Gauge does not propagate command line flags to documentation plugins][2]).


|spec 1 heading|spec 2 heading|did dry run succeed?|message |
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "confluence",
"version": "0.18.2",
"version": "0.18.3",
"name": "Confluence",
"description": "Publishes Gauge specifications to Confluence",
"install": {
Expand Down

0 comments on commit 1804e99

Please sign in to comment.