Skip to content

Commit

Permalink
2024-06-12 07:01 - updates ci:debug
Browse files Browse the repository at this point in the history
  • Loading branch information
saxix committed Jun 12, 2024
1 parent 6c994b7 commit 125bc70
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 186 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Checkout code
run:
docker run --rm \
waitforit -host=127.0.0.1 -port=5432 -timeout=20 -debug -proto tcp
- name: Run tests
run: |
docker run --rm \
Expand Down
4 changes: 0 additions & 4 deletions docker/bin/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ export STATIC_ROOT="${STATIC_ROOT:-/var/run/app/static}"
export UWSGI_PROCESSES="${UWSGI_PROCESSES:-"4"}"
mkdir -p "${MEDIA_ROOT}" "${STATIC_ROOT}" || echo "Cannot create dirs ${MEDIA_ROOT} ${STATIC_ROOT}"

echo 111, $1
echo 222, "$@"


case "$1" in
run)
set -- tini -- "$@"
Expand Down
182 changes: 0 additions & 182 deletions docker/bin/wait-for-it.sh

This file was deleted.

0 comments on commit 125bc70

Please sign in to comment.