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 9e6dab6 commit 7c3cc4fCopy full SHA for 7c3cc4f
deployment/docker/server/server-wrapper
@@ -280,7 +280,7 @@ if [ -n "${SEMAPHORE_IMPORT_PROJECT_FILE:-}" ]; then
280
IMPORT_ARGS="${IMPORT_ARGS} --project-name ${SEMAPHORE_IMPORT_PROJECT_NAME}"
281
fi
282
if test "$#" -ne 1; then
283
- /usr/local/bin/semaphore project import ${IMPORT_ARGS} || echoerr "Project import failed"
+ /usr/local/bin/semaphore project import ${IMPORT_ARGS} --config "${SEMAPHORE_CONFIG_PATH}/config.json" || echoerr "Project import failed"
284
else
285
"$1" project import ${IMPORT_ARGS} || echoerr "Project import failed"
286
0 commit comments