Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pfeux committed Mar 17, 2023
1 parent 6a37e01 commit 2cf8f7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
steps:
- name: Build image
run: |
pwd
ls -alh
docker build -f ../Dockerfile --tag webapplication2 .
Expand Down Expand Up @@ -64,4 +65,4 @@ jobs:
print(response)
EOF
)
python -c "$PYTHON_SCRIPT"
python -c "$PYTHON_SCRIPT"

0 comments on commit 2cf8f7d

Please sign in to comment.