mirror of
https://github.com/status-im/sourcecred.git
synced 2025-02-25 02:35:32 +00:00
Update src/v1/
paths for CI cron (#337)
Summary: Fixes breakage due to https://github.com/sourcecred/sourcecred/pull/327. Test Plan: `yarn travis --full` now passes. wchargin-branch: src-v1-cron
This commit is contained in:
parent
3ac051b16c
commit
3e83576422
@ -74,12 +74,12 @@ function makeTasks(mode /*: "BASIC" | "FULL" */) {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "fetchGithubRepoTest",
|
id: "fetchGithubRepoTest",
|
||||||
cmd: ["./src/plugins/github/fetchGithubRepoTest.sh", "--no-build"],
|
cmd: ["./src/v1/plugins/github/fetchGithubRepoTest.sh", "--no-build"],
|
||||||
deps: ["backend-in-place"],
|
deps: ["backend-in-place"],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "loadRepositoryTest",
|
id: "loadRepositoryTest",
|
||||||
cmd: ["./src/plugins/git/loadRepositoryTest.sh", "--no-build"],
|
cmd: ["./src/v1/plugins/git/loadRepositoryTest.sh", "--no-build"],
|
||||||
deps: ["backend-in-place"],
|
deps: ["backend-in-place"],
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
data_file=src/plugins/git/demoData/example-git.json
|
data_file=src/v1/plugins/git/demoData/example-git.json
|
||||||
|
|
||||||
usage() {
|
usage() {
|
||||||
printf 'usage: %s [-u|--updateSnapshot] [--help]\n' "$0"
|
printf 'usage: %s [-u|--updateSnapshot] [--help]\n' "$0"
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
data_file=src/plugins/github/demoData/example-github.json
|
data_file=src/v1/plugins/github/demoData/example-github.json
|
||||||
|
|
||||||
usage() {
|
usage() {
|
||||||
printf 'usage: %s [-u|--updateSnapshot] [--[no-]build] [--help]\n' "$0"
|
printf 'usage: %s [-u|--updateSnapshot] [--[no-]build] [--help]\n' "$0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user