Skip to content

Commit

Permalink
Update references
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jul 12, 2018
1 parent c86fe1a commit ce7c3f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

**This app is still in private testing phase. The repo has been made public for convenience. Please do not share it.**

[Nightly builds for HyperDEX](https://github.com/hyperdexapp/hyperdex-nightlies/releases/latest)
[Nightly builds for HyperDEX](https://github.com/atomiclabs/hyperdex-nightlies/releases/latest)
6 changes: 3 additions & 3 deletions publish.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

brew install rpm
git clone https://github.com/hyperdexapp/hyperdex
git clone https://github.com/atomiclabs/hyperdex

cd hyperdex/app
LATEST_COMMIT_SHA=$(git rev-parse HEAD)
Expand All @@ -13,8 +13,8 @@ npx dot-json package.json version "0.0.0-$LATEST_COMMIT_SHA_SHORT-$(echo $(npx u
cd ..
LATEST_NIGHTLY_TAG=$(cd .. && git describe --tags $(git rev-list --tags --max-count=1))
NIGHTLY_HYPERDEX_COMMIT=$(git rev-parse $(echo "$LATEST_NIGHTLY_TAG" | cut -d- -f2))
RELEASE_NOTES="Changes: https://github.com/hyperdexapp/hyperdex/compare/$NIGHTLY_HYPERDEX_COMMIT...$LATEST_COMMIT_SHA"
npx dot-json package.json repository 'hyperdexapp/hyperdex-nightlies'
RELEASE_NOTES="Changes: https://github.com/atomiclabs/hyperdex/compare/$NIGHTLY_HYPERDEX_COMMIT...$LATEST_COMMIT_SHA"
npx dot-json package.json repository 'atomiclabs/hyperdex-nightlies'
npx dot-json package.json build.appId 'com.lukechilds.hyperdex-nightly'

npm install
Expand Down

0 comments on commit ce7c3f3

Please sign in to comment.