Compare commits
1 Commits
16b8fe9d56
...
cdc5c7981d
| Author | SHA1 | Date | |
|---|---|---|---|
| cdc5c7981d |
@@ -50,9 +50,9 @@ jobs:
|
||||
- name: Clone repository
|
||||
run: git clone --revision ${{ gitea.sha }} --depth 1 ${{ gitea.server_url }}/${{ gitea.repository }}
|
||||
|
||||
#- name: Build all production containers
|
||||
#working-directory: IoT-Systems
|
||||
#run: docker-compose build
|
||||
- name: Build all production containers
|
||||
working-directory: IoT-Systems
|
||||
run: docker-compose build
|
||||
|
||||
- name: Start all production containers
|
||||
working-directory: IoT-Systems
|
||||
@@ -67,5 +67,4 @@ jobs:
|
||||
|
||||
- name: Clean up
|
||||
if: ${{always()}}
|
||||
working-directory: IoT-Systems
|
||||
run: docker-compose down -v
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
import sys
|
||||
|
||||
print("Checking for dead containers...")
|
||||
|
||||
l = [i for i in sys.stdin.read().split("\n") if i]
|
||||
header, statuses = l[0], l[1:]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user