Skip to content

Commit e6b1ca6

Browse files
Add debug logs for GHA.
1 parent d7fda2c commit e6b1ca6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/development.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,11 @@ jobs:
157157
- name: Publish pip release
158158
run: |
159159
export HOST_UID=$(id -u)
160+
echo one
160161
docker-compose -f docker-compose-build.yaml build
162+
echo two
163+
docker images
161164
docker-compose -f docker-compose-build.yaml run \
162165
-e TWINE_USERNAME=${TWINE_USERNAME} -e TWINE_PASSWORD=${TWINE_PASSWORD} app \
163166
sh -lc "pip install twine && python -m twine upload dist/*"
167+
echo three

0 commit comments

Comments
 (0)