Skip to content

Commit

Permalink
Fix job host name
Browse files Browse the repository at this point in the history
  • Loading branch information
wkmor1 committed Jul 28, 2023
1 parent 178f957 commit f64e9ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ objects:
- name: PGPASSWORD
value: ${DB_PASSWORD}
- name: PGHOST
value: ${DB}
value: ${DB}-${BRANCH}
- name: TIMEOUT_IN_HOURS
value: ${TIMEOUT_IN_HOURS}
restartPolicy: Never

0 comments on commit f64e9ef

Please sign in to comment.