diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index be7d422..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,13 +0,0 @@ -installcheck: - stage: build - image: postgres - before_script: - - mkdir -p $PGDATA - - chown postgres $PGDATA - - gosu postgres initdb - - gosu postgres pg_ctl start - script: - - apt update -y - - apt install -y make - - make install - - PGUSER=postgres make installcheck