reviewed PR

This commit is contained in:
Simone Robutti 2022-10-13 14:06:43 +02:00
parent 05d7b1e430
commit 185d5c4bd7
2 changed files with 0 additions and 19 deletions

View File

@ -1,7 +1,5 @@
FROM python:3.10-alpine3.16
ARG ENV_FOR_DYNACONF
ENV ENV_FOR_DYNACONF=${ENV_FOR_DYNACONF} \
PYTHONFAULTHANDLER=1 \
PYTHONUNBUFFERED=1 \

View File

@ -1,17 +0,0 @@
#!/bin/sh
get_abs_filename() {
# $1 : relative filename
echo "$(cd "$(dirname "$1")" && pwd)/"
}
set -eu
PROJECT_DIR="$(get_abs_filename $0)/.."
echo $PROJECT_DIR
echo "$(pwd)"
cd "$PROJECT_DIR/mobilizon_reshare/migrations/sqlite/"
echo $(pwd)
cd $PROJECT_DIR
echo $(pwd)
cd "$PROJECT_DIR/mobilizon_reshare/migrations/postgres/"
echo $(pwd)