There was an error while loading. Please reload this page.
1 parent dd113c1 commit 187ccf9Copy full SHA for 187ccf9
1 file changed
deployment/docker/server/server-wrapper
@@ -292,7 +292,7 @@ fi
292
293
# Import project if environment variable SEMAPHORE_IMPORT_PROJECT_FILE is defined.
294
# Optionally use SEMAPHORE_IMPORT_PROJECT_NAME to specify the project name.
295
-if [ -n "${SEMAPHORE_IMPORT_PROJECT_FILE:-}" ]; && [ "${SEMAPHORE_FIRST_RUN}" = "yes" ]; then
+if [ -n "${SEMAPHORE_IMPORT_PROJECT_FILE:-}" ] && [ "${SEMAPHORE_FIRST_RUN}" = "yes" ]; then
296
echoerr "Importing project from ${SEMAPHORE_IMPORT_PROJECT_FILE}"
297
IMPORT_ARGS="--file ${SEMAPHORE_IMPORT_PROJECT_FILE}"
298
if [ -n "${SEMAPHORE_IMPORT_PROJECT_NAME:-}" ]; then
0 commit comments