Skip to content

Commit bda1aa7

Browse files
artifacts vol
1 parent 4a2d073 commit bda1aa7

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ jobs:
130130

131131
- name: Setup the stack
132132
run: |
133+
docker compose up --wait
133134
docker swarm init
134135
docker stack deploy -c beekeeper.yml beekeeper
135136

docker-compose.ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,8 @@ services:
77
- RSPEC_DOCKER=false
88
secrets: !reset
99
volumes: !override
10+
- artifacts:/opt/app/artifacts
1011
- /var/run/docker.sock:/var/run/docker.sock
12+
13+
volumes:
14+
artifacts:

0 commit comments

Comments
 (0)