Skip to content

Commit

Permalink
stellar#4493: fixed gha workflow build of ledgerexporter test
Browse files Browse the repository at this point in the history
  • Loading branch information
sreuland committed Aug 9, 2022
1 parent 06030fe commit 804abbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/horizon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
# Any range should do for basic testing, this range was chosen pretty early in history so that it only takes a few mins to run
run: |
chmod 755 ./exp/lighthorizon/build/build.sh
./exp/lighthorizon/build/build.sh ledgerexporter stellar
./exp/lighthorizon/build/build.sh ledgerexporter stellar latest false
docker run -e ARCHIVE_TARGET=file:///ledgerexport-test\
-e START=5\
-e END=50\
Expand All @@ -152,4 +152,4 @@ jobs:
name: Push to DockerHub
run: |
chmod 755 ./exp/lighthorizon/build/build.sh
./exp/lighthorizon/build/build.sh all stellar true
./exp/lighthorizon/build/build.sh all stellar latest true
2 changes: 1 addition & 1 deletion exp/lighthorizon/build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if [ -z "$MODULE" ] ||\
[ -z "$DOCKER_REPO_PREFIX" ] ||\
[ -z "$DOCKER_TAG" ] ||\
[ -z "$DOCKER_PUSH" ]; then
echo "invalid parameters, requires './build.sh <service_name> <tag_name> <dockerhub_registry_name> <push_to_repo[true|false]>'"
echo "invalid parameters, requires './build.sh <service_name> <dockerhub_repo_name> <tag_name> <push_to_repo[true|false]>'"
exit 1
fi

Expand Down

0 comments on commit 804abbd

Please sign in to comment.