mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-25 00:09:04 +00:00
Change into script directory when running script
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
cd "${SCRIPT_DIR}"
|
||||
|
||||
set -x
|
||||
|
||||
# Use composer's phpunit and phpcs by adding composer bin directory to the path environment variable.
|
||||
|
||||
Reference in New Issue
Block a user