We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d5902f commit 6e05db3Copy full SHA for 6e05db3
start-agent.sh
@@ -2,7 +2,6 @@
2
echo "Updating property file..."
3
4
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
6
sed -i "s|^ownPort=.*$|ownPort=$AGENT_PORT|" /srv/teamcity-agent/conf/buildAgent.properties
7
sed -i "s|^name=.*$|name=$AGENT_NAME|" /srv/teamcity-agent/conf/buildAgent.properties
8
0 commit comments