Skip to content

Commit

Permalink
fix(docker): boltdb path
Browse files Browse the repository at this point in the history
  • Loading branch information
fiftin committed Oct 6, 2022
1 parent a881f3f commit 5b64288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/docker/common/semaphore-wrapper
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ EOF

if [ "${SEMAPHORE_DB_DIALECT}" = "bolt" ]; then
cat << EOF >> "${SEMAPHORE_TMP_PATH}/config.stdin"
${SEMAPHORE_DB_PATH}
${SEMAPHORE_DB_PATH}/database.boltdb
EOF
else
cat << EOF >> "${SEMAPHORE_TMP_PATH}/config.stdin"
Expand Down

0 comments on commit 5b64288

Please sign in to comment.