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

fixed (maybe)

parent 8c575f50
No related branches found
No related tags found
No related merge requests found
Pipeline #66571 canceled
......@@ -33,8 +33,9 @@ e2e-testing:
- docker image prune -f
- docker-compose build --no-cache
- docker-compose up -d
- docker cp ./docker postgis:/docker-entrypoint-initdb.d
- docker exec -i postgis /docker-entrypoint-initdb.d/init.sh
- docker cp ./docker/run.sh postgis:/docker-entrypoint-initdb.d
- docker exec -i postgis chmod 771 /docker-entrypoint-initdb.d/run.sh
- docker exec -i postgis /docker-entrypoint-initdb.d/run.sh
allow_failure: true
rf-test:
......
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