Merge pull request #15925 from Atlante45/feat/qt-5.12.3-upgrade

Use absolute path in ci script
This commit is contained in:
hifi-gustavo 2019-07-12 17:21:13 -07:00 committed by GitHub
commit de53b9b11d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
#!/bin/bash -l
LOCAL_PATH="`dirname \"$0\"`"
LOCAL_PATH="$( cd "$(dirname "$0")" ; pwd -P )"
prefix=${1:-""}
declare -a packages_systemd=("assignment-client" "domain-server" "ice-server")
cd ./build