diff --git a/scripts/setup-circleci.sh b/scripts/setup-circleci.sh index e8b105d2f15e..99b09d25fc4f 100755 --- a/scripts/setup-circleci.sh +++ b/scripts/setup-circleci.sh @@ -13,6 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. +SCRIPTDIR=$(dirname "${BASH_SOURCE[0]}") # Run the Centos8 setup script first. source $SCRIPTDIR/setup-centos8.sh