This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
yangxg
/
docker-compose
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
3adb4d11d2
Větve
Značky
master
docker-compose
/
baseimage-alpine
/
test
/
test.bats
test.bats
104 B
Historie
Surový
1
2
3
4
5
6
7
8
9
#!/usr/bin/env bats
load test_helper
@test "image build" {
run build_image
[ "$status" -eq 0 ]
}