We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e2d6df commit b8b3293Copy full SHA for b8b3293
.gitlab-ci.yml
@@ -36,8 +36,8 @@ phpunit:
36
- key:
37
files:
38
- composer.lock
39
- paths:
40
- - vendor
+ paths:
+ - vendor
41
42
before_script:
43
- nohup docker-entrypoint.sh mariadbd 2>&1 >/dev/null &
bin/download-test-deps.sh
@@ -29,6 +29,7 @@ while [ $i -lt $COUNT ]; do
29
30
ZIP="$TMPDIR/$PLUGIN.zip"
31
if [ ! -f "$ZIP" ]; then
32
+ echo "Download $URL to $ZIP"
33
curl -sL --connect-timeout 5 --max-time 30 "$URL" >"$ZIP"
34
35
if [ $? -gt 0 ]; then
0 commit comments