Skip to content

Commit

Permalink
Add XDG_RUNTIME_DIR env var (#759)
Browse files Browse the repository at this point in the history
  • Loading branch information
klaus993 authored Jul 5, 2024
1 parent c5d1f26 commit 5e847f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/loadtest-brazil-server-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
NEWRELIC_APP_NAME: ${{ vars.NEWRELIC_APP_NAME_LOADTEST }}
NEWRELIC_KEY: ${{ secrets.NEWRELIC_KEY }}
DBUS_SESSION_BUS_ADDRESS: ${{ vars.DBUS_SESSION_BUS_ADDRESS }}
XDG_RUNTIME_DIR: ${{ vars.XDG_RUNTIME_DIR }}
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
run: |
set -ex
Expand All @@ -70,4 +71,5 @@ jobs:
NEWRELIC_APP_NAME=${NEWRELIC_APP_NAME} \
NEWRELIC_KEY=${NEWRELIC_KEY} \
DBUS_SESSION_BUS_ADDRESS=${DBUS_SESSION_BUS_ADDRESS} \
XDG_RUNTIME_DIR=${XDG_RUNTIME_DIR} \
/home/${SSH_USERNAME}/deploy-script/deploy.sh

0 comments on commit 5e847f8

Please sign in to comment.