Skip to content

Commit 4bf02df

Browse files
committed
Exempted - Fix lint check for master branch
1 parent 4b6f943 commit 4bf02df

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

GNUmakefile

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,4 +164,13 @@ check-module-name:
164164
@sh -c "'$(CURDIR)/scripts/gomodnamecheck.sh'"
165165

166166
buildpyEnv:
167-
cd ./terraform-test-resources/dev_tools/teamcity_scripts/python_script; @echo $(SCRIPT_ARG) ; sh run_python_script.sh
167+
cd ./terraform-test-resources/dev_tools/teamcity_scripts/python_script; @echo $(SCRIPT_ARG) ; sh run_python_script.sh
168+
169+
buildpyEnv:
170+
@if [ -d "./terraform-test-resources" ]; then \
171+
cd ./terraform-test-resources/dev_tools/teamcity_scripts/python_script; \
172+
echo $(SCRIPT_ARG); \
173+
sh run_python_script.sh; \
174+
else \
175+
echo "Skipping script execution: terraform-test-resources submodule not found."; \
176+
fi

0 commit comments

Comments
 (0)