File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ pipeline {
35
35
CI_DELAY = ' 5'
36
36
TEST_MYSQL_HOST = credentials(' mysql_test_host' )
37
37
TEST_MYSQL_PASSWORD = credentials(' mysql_test_password' )
38
- CI_DOCKERENV = ' DB_HOST=${TEST_MYSQL_HOST}|DB_DATABASE=bookstack|DB_USERNAME=root|DB_PASSWORD=${TEST_MYSQL_PASSWORD}'
39
38
CI_AUTH = ' user:password'
40
39
CI_WEBPATH = ' '
41
40
}
@@ -275,7 +274,7 @@ pipeline {
275
274
string(credentialsId : ' spaces-secret' , variable : ' DO_SECRET' )
276
275
]) {
277
276
sh ''' #! /bin/bash
278
- docker pull lsiodev/readme-sync
277
+ docker pull lsiodev/ci
279
278
docker run --rm \
280
279
-v /var/run/docker.sock:/var/run/docker.sock \
281
280
-e IMAGE=\" ${CI_IMAGE}\" \
@@ -287,7 +286,7 @@ pipeline {
287
286
-e BASE=\" ${DIST_IMAGE}\" \
288
287
-e SECRET_KEY=\" ${DO_SECRET}\" \
289
288
-e ACCESS_KEY=\" ${DO_KEY}\" \
290
- -e DOCKER_ENV=\" ${CI_DOCKERENV }\" \
289
+ -e DOCKER_ENV=\" DB_HOST=${TEST_MYSQL_HOST}|DB_DATABASE=bookstack|DB_USERNAME=root|DB_PASSWORD=${TEST_MYSQL_PASSWORD }\" \
291
290
-e WEB_AUTH=\" ${CI_AUTH}\" \
292
291
-e WEB_PATH=\" ${CI_WEBPATH}\" \
293
292
-e DO_REGION="ams3" \
You can’t perform that action at this time.
0 commit comments