Commit 785bfe27 authored by Paquette, Adam Chance's avatar Paquette, Adam Chance
Browse files

Removed potentially unnecessary steps from .gitlab-ci.yml file

parent 519f77a0
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -23,9 +23,6 @@ unit-test-job:
    - apt-get install -y libgomp1
    - apt-get install -y libgl1-mesa-glx
    - mamba env create -f environment.yml --prefix /autocnet
    - conda init bash
    - source /root/.bashrc
    - conda activate /autocnet
    - psql -h $POSTGRES_HOST -c 'create database template_postgis;' -U postgres -p 35432;
    - psql template_postgis -h $POSTGRES_HOST -U postgres -p 35432 -c 'create extension postgis';
    - psql template_postgis -U $POSTGRES_USER -h $POSTGRES_HOST -p 35432 -c 'create extension postgis_topology';