File tree Expand file tree Collapse file tree 2 files changed +1
-51
lines changed Expand file tree Collapse file tree 2 files changed +1
-51
lines changed Original file line number Diff line number Diff line change @@ -161,16 +161,4 @@ check-untagged-tests:
161161 @sh -c " '$( CURDIR) /scripts/check-untagged-tests.sh' -s ''$( SERVICE) "
162162
163163check-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
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
164+ @sh -c " '$( CURDIR) /scripts/gomodnamecheck.sh'"
Original file line number Diff line number Diff line change @@ -41,44 +41,6 @@ steps:
4141 }
4242 artifacts: [ "**" ]
4343 },
44- {
45- name: terraform_providers_linting
46- type: make
47- runnerImage: build-runner-python-ol8
48- dependsOn: [git_clone]
49- environment: {
50- "ENABLE_LINT_FOR_BACKWARD_COMPATIBILITY_FOR_ALL_RESOURCES": "false"
51- }
52- makeCommands:
53- [
54- {
55- target: "buildpyEnv"
56- },
57- {
58- target: "errcheck"
59- }
60- ]
61- compartmentOcid: "ocid1.compartment.oc1..aaaaaaaapq5mkp2y2umggvc3qx4wcdno3gxbhlrqp444ydwzhyjr46jj47cq"
62- secrets:
63- [
64- {
65- envVarName: "JIRA_USERNAME",
66- secretServicePath: "/secret/terraform-provider/jira_username/latest"
67- },
68- {
69- envVarName: "JIRA_PASSWORD",
70- secretServicePath: "/secret/terraform-provider/jirapassword/latest"
71- },
72- {
73- envVarName: "BITBUCKET_PASSWORD",
74- secretServicePath: "/secret/terraform-provider/bitbucketpassword/latest"
75- },
76- {
77- envVarName: "BITBUCKET_USERNAME",
78- secretServicePath: "/secret/terraform-provider/bitbucket_username/latest"
79- }
80- ]
81- },
8244 {
8345 name: go_install
8446 type: golang
You can’t perform that action at this time.
0 commit comments