Skip to content

Commit

Permalink
[DDS-1845] Fixed syntax error.
Browse files Browse the repository at this point in the history
  • Loading branch information
GROwen committed Jan 18, 2024
1 parent 278ab88 commit 4e913bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy-awx-ee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: |
pip install --upgrade ansible-builder
ansible-builder create \
--output-filename Dockerfile
--output-filename Dockerfile \
--verbosity 3
- name: Push the AWX-EE image
Expand Down

0 comments on commit 4e913bf

Please sign in to comment.