Skip to content

Commit

Permalink
preserve work directory in config file
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Kim <[email protected]>
  • Loading branch information
Oats87 committed Apr 23, 2021
1 parent 2c85077 commit 5da351d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ workDirectory: ${CATTLE_AGENT_VAR_DIR}/work
localPlanDirectory: ${CATTLE_AGENT_VAR_DIR}/plans
appliedPlanDirectory: ${CATTLE_AGENT_VAR_DIR}/applied
remoteEnabled: ${CATTLE_REMOTE_ENABLED}
preserveWorkDirectory: ${CATTLE_PRESERVE_WORKDIR}
EOF

if [ "${CATTLE_REMOTE_ENABLED}" = "true" ]; then
Expand Down

0 comments on commit 5da351d

Please sign in to comment.