Closed leojonathanoh closed 3 years ago
@joeltimothyoh seems like it's not an issue with ACLs, perhaps an issue with steamcmd?
seems like others are getting the same issue:
A steamcmd bug when using the +force_install_dir
option.
Workaround: https://github.com/ValveSoftware/steam-for-linux/issues/7843#issuecomment-856894946
Quote:
As a temporary workaround, if you create a steamapps directory in the directory that you're passing to force_install_dir, this should allow the install to proceed as normal.
So for example if you were installing to /home/steam/gameserver, create the /home/steam/gameserver/steamapps directory first, and then you should be able to install fine.
Bug
build
pipeline failing forsrcds/csgo
13794
Expectation
build
pipeline not failing forsrcds/csgo
13794
Discussion
build
pipeline failing forsrcds/csgo
13794
. All subsequent pipelines failing with the same error:Diff it against a past successful pipeline:
Diff:
Seems like there might be an issue with ACLs on the base docker-steamcmd image?
@joeltimothyoh