cloud-infra: Fix engine-vars file extension 95/3095/1
authorFatih Degirmenci <fdegir@gmail.com>
Fri, 6 Dec 2019 11:05:57 +0000 (12:05 +0100)
committerFatih Degirmenci <fdegir@gmail.com>
Fri, 6 Dec 2019 11:05:57 +0000 (12:05 +0100)
Change-Id: Ibaef243824c71616ece77eb81ba5b9f5c6474b62

jjb/cloud-infra/scripts/cloud-infra-ansible-lint.sh

index ece055e17bce337f6abbe60b45ea4380bcc97402..df2c1e707097b1a50f9f228086e2a4aed49bfd2d 100644 (file)
@@ -18,9 +18,9 @@
 # SPDX-License-Identifier: Apache-2.0
 # ============LICENSE_END=========================================================
 
-# source engine-vars so we can install the correct versions of
+# source engine-vars.sh so we can install the correct versions of
 # pip, ansible, and ansible-lint
-source $WORKSPACE/engine/config/engine-vars
+source $WORKSPACE/engine/config/engine-vars.sh
 
 # install dependencies
 sudo apt update > /dev/null 2>&1