This website requires JavaScript.
Explore
Help
Sign In
danielsiepmann
/
tea
Watch
1
Star
0
mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced
2024-11-10 05:56:11 +01:00
Code
Activity
ebe108bf20
tea
/
.gitlab
/
build
/
docker_install.sh
8 lines
73 B
Bash
Raw
Normal View
History
Unescape
Escape
[TASK] Add base gitlab ci composer build (#80) Co-authored-by: Łukasz Uznański <l.uznanski@macopedia.pl>
2020-07-24 11:53:07 +02:00
#!/bin/bash
[
[
! -e /.dockerenv
]
]
&&
exit
0
set
-xe
[TASK] Migrate to Core testing docker image in GitLab CI (#1187)
2024-03-11 12:25:59 +01:00
apk add parallel
Copy permalink