File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
packages/lib/src/core/templates-entrypoint Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -248,9 +248,9 @@ elif [[ "$REPO_REF" == refs/pull/*/head ]]; then
248248 WORKSPACE_INFO_LINE="Контекст workspace: pull request ($REPO_REF)"
249249 fi
250250fi
251+ MANAGED_START="<!-- docker-git:managed:start -->"
252+ MANAGED_END="<!-- docker-git:managed:end -->"
251253if [[ ! -f "$AGENTS_PATH" ]]; then
252- MANAGED_START="<!-- docker-git:managed:start -->"
253- MANAGED_END="<!-- docker-git:managed:end -->"
254254 MANAGED_BLOCK="$(cat <<EOF
255255$MANAGED_START
256256$PROJECT_LINE
270270 chown 1000:1000 "$AGENTS_PATH" || true
271271fi
272272if [[ -f "$AGENTS_PATH" ]]; then
273- MANAGED_START="<!-- docker-git:managed:start -->"
274- MANAGED_END="<!-- docker-git:managed:end -->"
275273 MANAGED_BLOCK="$(cat <<EOF
276274$MANAGED_START
277275$PROJECT_LINE
@@ -318,7 +316,7 @@ if [[ -f "$LEGACY_AGENTS_PATH" && -f "$AGENTS_PATH" ]]; then
318316fi`
319317
320318export const renderEntrypointAgentsNotice = ( config : TemplateConfig ) : string =>
321- entrypointAgentsNoticeTemplate
322- . replaceAll ( "__CODEX_HOME__" , config . codexHome )
323- . replaceAll ( "__SSH_USER__" , config . sshUser )
324- . replaceAll ( "__TARGET_DIR__" , config . targetDir )
319+ entrypointAgentsNoticeTemplate . replaceAll ( "__CODEX_HOME__" , config . codexHome ) . replaceAll (
320+ "__SSH_USER__" ,
321+ config . sshUser
322+ ) . replaceAll ( "__TARGET_DIR__" , config . targetDir )
You can’t perform that action at this time.
0 commit comments