Skip to content

Commit

Permalink
chore: error handling in convert-readme.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
grigoriev committed Jun 24, 2024
1 parent 46628ef commit 29231c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .scripts/convert-readme.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

set -e

INPUT_FILE="${1:-README.md}"
OUTPUT_FILE="${2:-README.html}"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ To install the extension to Polarion `ch.sbb.polarion.extension.pdf-exporter-<ve
should be copied to `<polarion_home>/polarion/extensions/ch.sbb.polarion.extension.pdf-exporter/eclipse/plugins`
It can be done manually or automated using maven build:
```bash
mvn clean install -P polarion2404,install-to-local-polarion
mvn clean install -P install-to-local-polarion
```
For automated installation with maven env variable `POLARION_HOME` should be defined and point to folder where Polarion is installed.

Expand Down

0 comments on commit 29231c9

Please sign in to comment.