Skip to content

Commit d261fa1

Browse files
committed
ci: change chmod . to chmod src
1 parent d76d452 commit d261fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ chmod -R 777 .
1111

1212
echo "[setup.sh] Tenancy version: ${TENANCY_VERSION}"
1313

14-
docker run --rm -e TENANCY_VERSION="${TENANCY_VERSION}" -v .:/var/www/html tenancy-queue-test-cli bash -c 'setup/_tenancy_setup.sh; chmod -R 777 .'
14+
docker run --rm -e TENANCY_VERSION="${TENANCY_VERSION}" -v .:/var/www/html tenancy-queue-test-cli bash -c 'setup/_tenancy_setup.sh; chmod -R 777 src'

0 commit comments

Comments
 (0)