Skip to content

Commit 187ccf9

Browse files
committed
fix(docker): typo in bash script
1 parent dd113c1 commit 187ccf9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deployment/docker/server/server-wrapper

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ fi
292292

293293
# Import project if environment variable SEMAPHORE_IMPORT_PROJECT_FILE is defined.
294294
# Optionally use SEMAPHORE_IMPORT_PROJECT_NAME to specify the project name.
295-
if [ -n "${SEMAPHORE_IMPORT_PROJECT_FILE:-}" ]; && [ "${SEMAPHORE_FIRST_RUN}" = "yes" ]; then
295+
if [ -n "${SEMAPHORE_IMPORT_PROJECT_FILE:-}" ] && [ "${SEMAPHORE_FIRST_RUN}" = "yes" ]; then
296296
echoerr "Importing project from ${SEMAPHORE_IMPORT_PROJECT_FILE}"
297297
IMPORT_ARGS="--file ${SEMAPHORE_IMPORT_PROJECT_FILE}"
298298
if [ -n "${SEMAPHORE_IMPORT_PROJECT_NAME:-}" ]; then

0 commit comments

Comments
 (0)