Skip to content
Snippets Groups Projects
Commit b53cd591 authored by L4168's avatar L4168
Browse files

asd

parent a5d73cd7
No related branches found
No related tags found
No related merge requests found
Pipeline #66568 canceled
......@@ -29,7 +29,6 @@ e2e-testing:
only:
- testing
script:
- ls $CI_PROJECT_DIR
- printf "SECRET=%s\n" "$SECRET" > .env
- docker image prune -f
- docker-compose build --no-cache
......
......@@ -9,6 +9,6 @@ services:
image: postgres:alpine
container_name: postgis
volumes:
- $CI_PROJECT_DIR/docker:/docker-entrypoint-initdb.d
- $CI_PROJECT_DIR/docker/:/docker-entrypoint-initdb.d
ports:
- 5432:5432
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment