Skip to content

Commit

Permalink
corrects export
Browse files Browse the repository at this point in the history
  • Loading branch information
joergi committed Sep 13, 2024
1 parent 3a33c6a commit 549c377
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
branches: [ main ]
workflow_dispatch: {}

env:
VAULT_ADDR: http://127.0.0.1:8200

jobs:
bash-linux:
runs-on: ubuntu-latest
Expand All @@ -33,8 +30,8 @@ jobs:
docker ps
echo "docker images"
docker images
# echo "export vault addr"
# export VAULT_ADDR=http://127.0.0.1:8200
echo "export vault addr"
export VAULT_ADDR=http://127.0.0.1:8200
echo "vault status"
vault status
echo "login to vault"
Expand Down

0 comments on commit 549c377

Please sign in to comment.