Skip to content

Commit 6e05db3

Browse files
authored
Removed override for agent work dir
1 parent 6d5902f commit 6e05db3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

start-agent.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
echo "Updating property file..."
33

44
sed -i "s|^serverUrl=.*$|serverUrl=$TEAMCITY_SERVER_URL|" /srv/teamcity-agent/conf/buildAgent.properties
5-
sed -i "s|^workDir=.*$|workDir=/home/app/work|" /srv/teamcity-agent/conf/buildAgent.properties
65
sed -i "s|^ownPort=.*$|ownPort=$AGENT_PORT|" /srv/teamcity-agent/conf/buildAgent.properties
76
sed -i "s|^name=.*$|name=$AGENT_NAME|" /srv/teamcity-agent/conf/buildAgent.properties
87

0 commit comments

Comments
 (0)