Skip to content

Commit 2b29d65

Browse files
committed
Remove docker compose version
1 parent 342d071 commit 2b29d65

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.github/workflows/build.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Build
2+
3+
on:
4+
push:
5+
6+
jobs:
7+
build:
8+
9+
runs-on: ubuntu-20.04
10+
11+
steps:
12+
- uses: actions/checkout@v4
13+
- name: Bootstrap
14+
run: ./init/bootstrap_ubuntu_server.sh localhost field-a
15+
- name: Cleanup
16+
run: docker compose down -v

init/bootstrap_ubuntu_server.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)