Skip to content

Commit

Permalink
[DDS-1845] Fixed path resolution.
Browse files Browse the repository at this point in the history
  • Loading branch information
GROwen committed Jan 19, 2024
1 parent 84363da commit 9942e08
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ env:
jobs:
awx-ee-context:
runs-on: ubuntu-latest
# defaults:
# run:
# working-directory: images/awx-ee
defaults:
run:
working-directory: ./images/awx-ee
steps:
- uses: actions/checkout@v3

- name: Create the AWX-EE build instruction file
run: |
pwd
cd ./images/awx-ee
pip install --upgrade ansible-builder
ansible-builder create \
--output-filename Dockerfile \
Expand Down

0 comments on commit 9942e08

Please sign in to comment.