Skip to content

Commit

Permalink
fix env for bfd keystore location
Browse files Browse the repository at this point in the history
  • Loading branch information
oluwolenpbc authored and oluwolenpbc committed Nov 28, 2023
1 parent f11d46b commit 6caf4a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}
ECR_REPO_ENV_AWS_ACCOUNT_NUMBER: "777200079629"
WORKSPACE: ${{ github.workspace }}
AB2D_BFD_KEYSTORE_LOCATION: "${{ github.workspace }}/opt/ab2d/ab2d_bfd_keystore"

steps:
- name: Checkout Code
Expand Down Expand Up @@ -72,7 +73,6 @@ jobs:
- name: Run e2e-bfd-test
run: |
export AB2D_BFD_KEYSTORE_LOCATION="${{ github.workspace }}/opt/ab2d/ab2d_bfd_keystore"
cp /tmp/ab2d_sbx_keystore ${{ env.AB2D_BFD_KEYSTORE_LOCATION }}
test -f ${{ env.AB2D_BFD_KEYSTORE_LOCATION }} && echo "created keystore file"
chmod 666 ${{ env.AB2D_BFD_KEYSTORE_LOCATION }}
Expand Down

0 comments on commit 6caf4a0

Please sign in to comment.