Skip to content

Commit 36d1474

Browse files
committed
ci: Don't move to /work
1 parent 45ab766 commit 36d1474

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/macos-script.sh

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

11-
oldpwd=$(pwd)
12-
cp -a . /work
13-
cd /work
14-
1511
python3 -m venv venv
1612
#shellcheck disable=SC1091
1713
source venv/bin/activate
@@ -26,4 +22,3 @@ make -j
2622

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

0 commit comments

Comments
 (0)