Skip to content

Commit 2a7715f

Browse files
committed
ci: Don't move to /work
1 parent 6e5129f commit 2a7715f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/macos-script.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ brew install \
99
bash
1010

1111
oldpwd=$(pwd)
12-
cp -a . /work
13-
cd /work
1412

1513
python3 -m venv venv
1614
#shellcheck disable=SC1091
@@ -26,4 +24,3 @@ make -j
2624

2725
make distcheck \
2826
PYTESTFLAGS="${PYTESTFLAGS---verbose -p no:cacheprovider --numprocesses=auto --dist=loadfile}"
29-
cp -p bash-completion-*.tar.* "$oldpwd/"

0 commit comments

Comments
 (0)