test: try latest mastodon master
This commit is contained in:
parent
8b585cc2d8
commit
8e245eca46
|
@ -9,8 +9,8 @@ const stat = promisify(fs.stat)
|
|||
const writeFile = promisify(fs.writeFile)
|
||||
const dir = __dirname
|
||||
|
||||
const GIT_URL = 'https://github.com/tootsuite/mastodon.git'
|
||||
const GIT_TAG = 'v3.3.0'
|
||||
const GIT_URL = 'https://github.com/nolanlawson/mastodon.git'
|
||||
const GIT_TAG = '2ff01f78f-for-pinafore'
|
||||
|
||||
const mastodonDir = path.join(dir, '../mastodon')
|
||||
|
||||
|
|
Loading…
Reference in New Issue