Skip to content

Commit

Permalink
[ci][xwfm_tests] removing un-needed aws env vars related to xwf (#4800)
Browse files Browse the repository at this point in the history
Signed-off-by: Ayelet Regev Dabah <ayelet.regev@gmail.com>
  • Loading branch information
AyliD committed Feb 8, 2021
1 parent 857c845 commit b529b71
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .circleci/config.yml
Expand Up @@ -980,8 +980,6 @@ jobs:
name: Setup Environment Variables
command: |
echo export MAGMA_ROOT=$(pwd) >> $BASH_ENV
echo export AWS_ACCESS_KEY_ID="$(printenv XWF_AWS_ACCESS_KEY_ID)" >> $BASH_ENV
echo export AWS_SECRET_ACCESS_KEY="$(printenv XWF_AWS_SECRET_ACCESS_KEY)" >> $BASH_ENV
echo export RUN_UID=$RANDOM >> $BASH_ENV
- run:
command: |
Expand Down

0 comments on commit b529b71

Please sign in to comment.