Skip to content

Commit

Permalink
fixup! Integrate with bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielius1922 committed Aug 13, 2024
1 parent eef9028 commit 719522d
Show file tree
Hide file tree
Showing 19 changed files with 118 additions and 365 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ jobs:

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Ports
run: |
sudo netstat -tulpn | grep LISTEN
- name: CPU Info
run: |
cat /proc/cpuinfo
Expand Down
2 changes: 2 additions & 0 deletions bundle/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,8 @@ COPY --from=build /go/bin/snippet-service /usr/local/bin/snippet-service
COPY --from=build /go/src/github.com/plgd-dev/hub/snippet-service/config.yaml /configs/snippet-service.yaml
COPY --from=build /go/bin/grpc-reflection /usr/local/bin/grpc-reflection
COPY --from=build /go/src/github.com/plgd-dev/hub/tools/grpc-reflection/config.yaml /configs/grpc-reflection.yaml
COPY --from=build /go/bin/device-provisioning-service /usr/local/bin/device-provisioning-service
COPY --from=build /go/src/github.com/plgd-dev/hub/device-provisioning-service/config.yaml /configs/device-provisioning-service.yaml

# install scylla
RUN curl -sSf get.scylladb.com/server | sudo bash -s -- --scylla-version 5.4
Expand Down
Loading

0 comments on commit 719522d

Please sign in to comment.