From 22207b852538d014720579b20dc35e03b5331250 Mon Sep 17 00:00:00 2001 From: Aki Date: Fri, 5 Apr 2024 19:38:58 +0200 Subject: Readded STEAM_GUARD to steamcmd invocation With quotes the argument would get interpreted even if empty. At this time I'm unsure how would login command interpret empty guard code, so putting it w/o quotes. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 11c8c01..dbf9a1e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -69,7 +69,7 @@ steam: stage: deploy needs: ["build-linux", "package-linux", "package-windows"] script: - - steamcmd +login "$STEAM_USERNAME" "$STEAM_PASSWORD" +run_app_build "$CI_PROJECT_DIR/build-linux/gitlab.vdf" +quit + - steamcmd +login "$STEAM_USERNAME" "$STEAM_PASSWORD" $STEAM_GUARD +run_app_build "$CI_PROJECT_DIR/build-linux/gitlab.vdf" +quit artifacts: paths: - .steam_cache/ -- cgit v1.1