Skip to content

Commit b8b3293

Browse files
committed
fix: gitlab ci composer cache yaml
1 parent 2e2d6df commit b8b3293

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ phpunit:
3636
- key:
3737
files:
3838
- composer.lock
39-
paths:
40-
- vendor
39+
paths:
40+
- vendor
4141

4242
before_script:
4343
- nohup docker-entrypoint.sh mariadbd 2>&1 >/dev/null &

bin/download-test-deps.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ while [ $i -lt $COUNT ]; do
2929

3030
ZIP="$TMPDIR/$PLUGIN.zip"
3131
if [ ! -f "$ZIP" ]; then
32+
echo "Download $URL to $ZIP"
3233
curl -sL --connect-timeout 5 --max-time 30 "$URL" >"$ZIP"
3334

3435
if [ $? -gt 0 ]; then

0 commit comments

Comments
 (0)