Skip to content

Commit

Permalink
Trying to stop build if tag exist
Browse files Browse the repository at this point in the history
  • Loading branch information
dchristl committed Jan 17, 2024
1 parent 4513837 commit 4c35179
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
run: |
git show-ref --tags
TAG="v${{ env.VERSION }}"
echo $TAG
if git rev-parse -q --verify "refs/tags/${TAG}" > /dev/null; then
echo "Tag ${TAG} already exists"
exit 1
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,12 @@ docker restart macless-haystack

### Configure and install frontend

You can either use the frontend, provided by GitHub, host the webserver for yourself or use the Android application
You can either use the frontend provided by GitHub, host the webserver for yourself or use the Android application

- *Optional*: Mobile: Install application
- *Optional*: Host: Browse to [Github Page](https://dchristl.github.io/macless-haystack/) (s. [Notes on SSL usage](endpoint/README.md#notes-on-usage-on-other-machines-ssl))
- Import PREFIX_devices.json to your application
- *Optional*: If you run the frontend not on the same machine as your endpoint, you have to configure your Url in the settings
- If you run the frontend not on the same machine as your endpoint, you have to configure your Url in the settings


## Screenshots
Expand Down

0 comments on commit 4c35179

Please sign in to comment.