test: test mastodon v3.4.x (#2051)

safari-idb
Nolan Lawson 2021-06-06 13:16:25 -07:00 zatwierdzone przez GitHub
rodzic e2813ae428
commit 7255221c5c
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -9,8 +9,8 @@ const stat = promisify(fs.stat)
const writeFile = promisify(fs.writeFile)
const dir = __dirname
const GIT_URL = 'https://github.com/nolanlawson/mastodon.git'
const GIT_TAG = 'tag-abad99f'
const GIT_URL = 'https://github.com/tootsuite/mastodon.git'
const GIT_TAG = 'v3.4.1'
const mastodonDir = path.join(dir, '../mastodon')