Skip to content
Snippets Groups Projects
Commit e7065e95 authored by Alexander Rudolph's avatar Alexander Rudolph
Browse files

remove debug statements

parent 3bcf6bfd
No related branches found
No related tags found
No related merge requests found
......@@ -26,16 +26,10 @@ cache:
# Stages for better overview
stages:
- debug
- prepare
- build
- test
print_env:
stage: debug
script:
- env
mirror_dockerfile_server:
stage: prepare
script:
......
import { Client } from "pg";
import { QueryTypes, Sequelize } from "sequelize";
it("has the database", async () => {
console.log("Env: ", process.env)
const client = new Client({
user: process.env.POSTGRES_USER,
host: process.env.POSTGRES_HOST,
......
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