Skip to content

Commit

Permalink
fix: uds config in task
Browse files Browse the repository at this point in the history
  • Loading branch information
mjnagel committed Jan 5, 2024
1 parent 0de73da commit fe98d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ tasks:
- name: gitlab-test-bundle
actions:
- description: Deploy the UDS bundle with Gitlab and its dependencies
cmd: uds deploy bundle/uds-bundle-gitlab-test-${UDS_ARCH}-*.tar.zst --confirm --no-progress
cmd: UDS_CONFIG=bundle/uds-config.yaml uds deploy bundle/uds-bundle-gitlab-test-${UDS_ARCH}-*.tar.zst --confirm --no-progress

0 comments on commit fe98d76

Please sign in to comment.