We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a881f3f commit 5b64288Copy full SHA for 5b64288
deployment/docker/common/semaphore-wrapper
@@ -92,7 +92,7 @@ EOF
92
93
if [ "${SEMAPHORE_DB_DIALECT}" = "bolt" ]; then
94
cat << EOF >> "${SEMAPHORE_TMP_PATH}/config.stdin"
95
-${SEMAPHORE_DB_PATH}
+${SEMAPHORE_DB_PATH}/database.boltdb
96
EOF
97
else
98
0 commit comments