Update Jenkinsfile
Some checks failed
Updates/Joplin/pipeline/head There was a failure building this commit
Some checks failed
Updates/Joplin/pipeline/head There was a failure building this commit
This commit is contained in:
parent
2ab7025fee
commit
021f6de0bd
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -20,8 +20,7 @@ pipeline {
|
|||||||
GMAIL_APP_PASSWORD="${GMAIL_APP_PASSWORD}" \
|
GMAIL_APP_PASSWORD="${GMAIL_APP_PASSWORD}" \
|
||||||
COMPOSE_PROJECT_NAME=${PROJECT_NAME} \
|
COMPOSE_PROJECT_NAME=${PROJECT_NAME} \
|
||||||
docker compose up -d --force-recreate
|
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
|
||||||
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user