Skip to content

Commit 1ef9649

Browse files
authored
Update repo (#700)
1 parent 44384f5 commit 1ef9649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prow/generate_jobs_in_gsheet/get_periodic_jobs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ def test_profile(folder_path, fileName):
234234
#Get Google sheet secret
235235
gsheet_key_location = os.getenv('GSHEET_KEY_LOCATION')
236236
gsheet_location = os.getenv('GSHEET_LOCATION', 'https://docs.google.com/spreadsheets/d/1TM73n4Y6zKRQjvCX8zFM0LwYxChdsncTEGPHpdsS9Ig')
237-
jobs_folder_location = os.getenv('JOBS_FOLDER_LOCATION', 'openshift-qe/ocp-qe-perfscale-ci')
237+
jobs_folder_location = os.getenv('JOBS_FOLDER_LOCATION', 'openshift-eng/ocp-qe-perfscale-ci')
238238

239239
if not gsheet_key_location:
240240
print("GSHEET_KEY_LOCATION is not set.")

0 commit comments

Comments
 (0)