Skip to content

Commit

Permalink
take out move dockerfile step from github action
Browse files Browse the repository at this point in the history
  • Loading branch information
thadk committed Nov 6, 2024
1 parent 1a2ca7e commit f4d94c5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/heat-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,11 +192,11 @@ jobs:
field: 'app'

# move Dockerfile to root
- name: 🚚 Move Dockerfile
working-directory: ${{ env.heat-stack-working-directory }}
run: |
mv ./other/Dockerfile ./Dockerfile
mv ./other/.dockerignore ./.dockerignore
# - name: 🚚 Move Dockerfile
# working-directory: ${{ env.heat-stack-working-directory }}
# run: |
# mv ./other/Dockerfile ./Dockerfile
# mv ./other/.dockerignore ./.dockerignore

- name: Pull Built Wheel Artifact
uses: actions/download-artifact@v4
Expand Down

0 comments on commit f4d94c5

Please sign in to comment.