Skip to content

Commit d1db372

Browse files
Update friendbot source to be new repository (#817)
### What Update friendbot image configuration to reference the stellar/friendbot repository instead of stellar/go for the nightly images. ### Why Friendbot has been extracted into its own repository, requiring updated image sources for nightly builds because they build off the latest code. The latest, testing, and futurenet builds will be updated separately. For stellar/friendbot#4
1 parent 1ddef56 commit d1db372

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

images.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
{ "name": "core", "repo": "stellar/stellar-core", "ref": "master", "options": { "configure_flags": "--disable-tests" } },
7373
{ "name": "rpc", "repo": "stellar/stellar-rpc", "ref": "main" },
7474
{ "name": "horizon", "repo": "stellar/go", "ref": "master" },
75-
{ "name": "friendbot", "repo": "stellar/go", "ref": "master" },
75+
{ "name": "friendbot", "repo": "stellar/friendbot", "ref": "main" },
7676
{ "name": "lab", "repo": "stellar/laboratory", "ref": "main" }
7777
],
7878
"tests": {
@@ -92,7 +92,7 @@
9292
{ "name": "core", "repo": "stellar/stellar-core", "ref": "master", "options": { "configure_flags": "--disable-tests --enable-next-protocol-version-unsafe-for-production" } },
9393
{ "name": "rpc", "repo": "stellar/stellar-rpc", "ref": "main" },
9494
{ "name": "horizon", "repo": "stellar/go", "ref": "master" },
95-
{ "name": "friendbot", "repo": "stellar/go", "ref": "master" },
95+
{ "name": "friendbot", "repo": "stellar/friendbot", "ref": "main" },
9696
{ "name": "lab", "repo": "stellar/laboratory", "ref": "main" }
9797
],
9898
"tests": {

0 commit comments

Comments
 (0)