diff options
author | Aki <please@ignore.pl> | 2024-04-05 19:38:07 +0200 |
---|---|---|
committer | Aki <please@ignore.pl> | 2024-04-05 19:38:07 +0200 |
commit | a989ff96419eeff029fd883b9b533c813e220e2e (patch) | |
tree | ed434a013b04d59af832231953b8d7f944cde774 | |
parent | 4312a854eecaf7ad040d879142e83e0fa3f218bd (diff) | |
download | kurator-a989ff96419eeff029fd883b9b533c813e220e2e.zip kurator-a989ff96419eeff029fd883b9b533c813e220e2e.tar.gz kurator-a989ff96419eeff029fd883b9b533c813e220e2e.tar.bz2 |
Disable Steam Guard authorization for now
-rw-r--r-- | .gitlab-ci.yml | 12 | ||||
-rw-r--r-- | gitlab.vdf | 1 |
2 files changed, 3 insertions, 10 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 82481ea..09bf069 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -68,14 +68,8 @@ package-windows: steam: stage: deploy needs: ["build-linux", "package-linux", "package-windows"] - before_script: - - mkdir .steam_cache/ - - cp .steam_cache/config.vdf /root/.steam/steam/config/config.vdf || true script: - - steamcmd +login "$STEAM_USERNAME" "$STEAM_PASSWORD" $STEAM_GUARD +run_app_build "$CI_PROJECT_DIR/build-linux/gitlab.vdf" +quit - after_script: - - cp /root/.steam/steam/config/config.vdf .steam_cache/config.vdf || true - cache: - key: $CI_PROJECT_PATH + - steamcmd +login "$STEAM_USERNAME" "$STEAM_PASSWORD" +run_app_build "$CI_PROJECT_DIR/build-linux/gitlab.vdf" +quit + artifacts: paths: - - .steam_cache/config.vdf + - .steam_cache/ @@ -2,7 +2,6 @@ { "AppID" "@STEAM_APPID@" "Desc" "Default app build matching GitLab configuration" - "Preview" "1" "BuildOutput" ".steam_cache/" "Depots" { |