diff options
| author | Michael Albinus | 2021-11-28 17:05:32 +0100 |
|---|---|---|
| committer | Michael Albinus | 2021-11-28 17:05:32 +0100 |
| commit | 58128f9b0554f2a7fb1c6638b463f5d4fcd98c7c (patch) | |
| tree | 42c701431d94c221d0fecd75fbeb823d6f5ec62e /test | |
| parent | f5498a608fe85b66a4068a5ccf88c9b3d3b88f98 (diff) | |
| download | emacs-58128f9b0554f2a7fb1c6638b463f5d4fcd98c7c.tar.gz emacs-58128f9b0554f2a7fb1c6638b463f5d4fcd98c7c.zip | |
; Use /usr/bin/find in gitlab-ci.yml
Diffstat (limited to 'test')
| -rw-r--r-- | test/infra/gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/infra/gitlab-ci.yml b/test/infra/gitlab-ci.yml index d12876e7727..4b97f5f0a84 100644 --- a/test/infra/gitlab-ci.yml +++ b/test/infra/gitlab-ci.yml | |||
| @@ -93,8 +93,8 @@ default: | |||
| 93 | # Prepare test artifacts. | 93 | # Prepare test artifacts. |
| 94 | - test -n "$(docker ps -aq -f name=${test_name})" && docker cp ${test_name}:checkout/test ${test_name} | 94 | - test -n "$(docker ps -aq -f name=${test_name})" && docker cp ${test_name}:checkout/test ${test_name} |
| 95 | - test -n "$(docker ps -aq -f name=${test_name})" && docker rm ${test_name} | 95 | - test -n "$(docker ps -aq -f name=${test_name})" && docker rm ${test_name} |
| 96 | - find ${test_name} ! -name "*.log" -type f -delete | 96 | - /usr/bin/find ${test_name} ! -name "*.log" -type f -delete |
| 97 | - find ${test_name} -empty -type d -delete | 97 | - /usr/bin/find ${test_name} -empty -type d -delete |
| 98 | 98 | ||
| 99 | .build-template: | 99 | .build-template: |
| 100 | needs: [] | 100 | needs: [] |