Browse Source

display output

pull/4298/head
Daniel Gibbs 2 years ago
parent
commit
c97b0f9316
  1. 3
      .github/workflows/update-check.yml
  2. 1
      lgsm/modules/core_steamcmd.sh

3
.github/workflows/update-check.yml

@ -9,7 +9,6 @@ concurrency:
cancel-in-progress: true cancel-in-progress: true
jobs: jobs:
update-check: update-check:
continue-on-error: true continue-on-error: true
runs-on: ubuntu-latest runs-on: ubuntu-latest
@ -33,7 +32,7 @@ jobs:
- name: Insert steamuser - name: Insert steamuser
if: matrix.shortname == 'jk2' if: matrix.shortname == 'jk2'
run: echo -e "steamuser=\"${STEAMCMD_USER}\"\nsteampass='${STEAMCMD_PASS}'" lgsm/config-lgsm/${{ matrix.shortname }}server/common.cfg run: echo -e "steamuser=\"${{ secrets.STEAMCMD_USER }}\"\nsteampass='${{ secrets.STEAMCMD_PASS }}'" > lgsm/config-lgsm/${{ matrix.shortname }}server/common.cfg
- name: Install server - name: Install server
run: LGSM_GITHUBBRANCH="${GITHUB_REF#refs/heads/}" ./${{ matrix.shortname }}server auto-install run: LGSM_GITHUBBRANCH="${GITHUB_REF#refs/heads/}" ./${{ matrix.shortname }}server auto-install

1
lgsm/modules/core_steamcmd.sh

@ -178,7 +178,6 @@ fn_update_steamcmd_remotebuild() {
branch="public" branch="public"
fi fi
# added as was failing GitHub Actions test. Running SteamCMD twice seems to fix it. # added as was failing GitHub Actions test. Running SteamCMD twice seems to fix it.
${steamcmdcommand} +login "${steamuser}" "${steampass}" +app_info_update 1 +quit 2> /dev/null ${steamcmdcommand} +login "${steamuser}" "${steampass}" +app_info_update 1 +quit 2> /dev/null
# password for branch not needed to check the buildid # password for branch not needed to check the buildid

Loading…
Cancel
Save