Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Bylund committed Jun 19, 2024
1 parent 424a708 commit 5b20f90
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ jobs:
steps:
- name: Configure variables
run: |
test ${{ vars.LL_USE_STAGE }} == 'true' && echo hello
if [ ${{ vars.LL_USE_STAGE }} == 'true' ]; then echo "LOOTLOCKER_URL=${{ SECRETS.LL_STAGE_URL }}" >> $GITHUB_ENV; else echo "LOOTLOCKER_URL=${{ SECRETS.LL_PROD_URL }}"
- name: Echo config
run: |
echo ${{ env.LOOTLOCKER_URL }}
#- name: Setup Tailscale
# if: ${{ vars.LL_USE_STAGE == 'true' }}
# uses: tailscale/github-action@v2
Expand Down

0 comments on commit 5b20f90

Please sign in to comment.