We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b6f943 commit 4bf02dfCopy full SHA for 4bf02df
GNUmakefile
@@ -164,4 +164,13 @@ check-module-name:
164
@sh -c "'$(CURDIR)/scripts/gomodnamecheck.sh'"
165
166
buildpyEnv:
167
- cd ./terraform-test-resources/dev_tools/teamcity_scripts/python_script; @echo $(SCRIPT_ARG) ; sh run_python_script.sh
+ 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