Skip to content

Commit

Permalink
TeamCity change in 'Fairy Tale Defender / Deployment' project: runner…
Browse files Browse the repository at this point in the history
…s of 'Steam' build configuration were updated
  • Loading branch information
ManuelRauber authored and teamcity committed May 12, 2024
1 parent 51f53bf commit 4a17e92
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@
<parameters>
<param name="plugin.docker.imageId" value="steamcmd/steamcmd:latest" />
<param name="plugin.docker.imagePlatform" value="linux" />
<param name="script.content"><![CDATA[mkdir -p /root/Steam/config/
echo "%STEAM_BUILDER_CONFIG_VDF%" | base64 -d > /root/Steam/config/config.vdf
chmod 777 /root/Steam/config/config.vdf
<param name="script.content"><![CDATA[echo "%STEAM_BUILDER_CONFIG_VDF%" | base64 -d > /root/.local/share/Steam/config/config.vdf
chmod 777 /root/.local/share/Steam/config/config.vdf
# Test login
steamcmd +login %STEAM_BUILDER_USERNAME% +quit
Expand Down

0 comments on commit 4a17e92

Please sign in to comment.