Skip to content

Commit

Permalink
fixed CI to build soroban container
Browse files Browse the repository at this point in the history
Signed-off-by: Hendrik Amler <hendrik@perun.network>
  • Loading branch information
tinnendo committed Sep 17, 2024
1 parent 444d1d9 commit ae57128
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ jobs:
- name: Payment Channel XLM
working-directory: payment-channel-xlm
run: |
chmod +x ./testdata/docker/build.sh
./testdata/docker/build.sh
chmod +x ./quickstart.sh
./quickstart.sh standalone &
Expand Down
7 changes: 7 additions & 0 deletions payment-channel-xlm/testdata/docker/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

# Build image and tag it with image name and version
docker build . \
--tag soroban-preview:10 \
--force-rm \
--rm

0 comments on commit ae57128

Please sign in to comment.