Skip to content

Commit

Permalink
Merge pull request #4 from segoldma/feat/persist-manifest
Browse files Browse the repository at this point in the history
Feat/persist manifest
  • Loading branch information
segoldma authored Aug 3, 2024
2 parents 2516dc6 + 427e86f commit c8448c4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .ci/profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ sethbox:
target: ci
outputs:
ci:
dataset: "{{ env_var('CICD_DATASET') }}"
keyfile: "{{ env_var('CICD_SERVICE_ACCOUNT') }}"
location: "{{ env_var('CICD_LOCATION') }}"
priority: "{{ env_var('CICD_PRIORITY') }}"
project: "{{ env_var('CICD_PROJECT') }}"
dataset: {{ env_var('CICD_DATASET') }}
keyfile: {{ env_var('CICD_SERVICE_ACCOUNT') }}
location: {{ env_var('CICD_LOCATION') }}
priority: {{ env_var('CICD_PRIORITY') }}
project: {{ env_var('CICD_PROJECT') }}
type: bigquery
method: service-account
job_execution_timeout_seconds: 300
Expand Down

0 comments on commit c8448c4

Please sign in to comment.