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
4db6d46a41
commit
2ab7025fee
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -20,7 +20,8 @@ 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 postgres
|
||||
echo "ALTER USER joplin WITH PASSWORD '\$PG_PASS';" | docker exec -i postgres psql -U joplin
|
||||
|
||||
|
||||
"""
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user