From 021f6de0bdfeffbf4fc32f5af21d4208b842ef47 Mon Sep 17 00:00:00 2001 From: Adam Outler Date: Wed, 2 Apr 2025 23:06:19 +0000 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index bb6670b..eecaf83 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -20,8 +20,7 @@ pipeline { GMAIL_APP_PASSWORD="${GMAIL_APP_PASSWORD}" \ COMPOSE_PROJECT_NAME=${PROJECT_NAME} \ docker compose up -d --force-recreate - echo "ALTER USER joplin WITH PASSWORD '\$PG_PASS';" | docker exec -i postgres psql -U joplin - + echo "ALTER USER joplin WITH PASSWORD '\$PG_PASS';" | docker exec -i postgres psql -U postgres -d postgres """ }