Skip to content

Commit

Permalink
Update config yml file remove fala
Browse files Browse the repository at this point in the history
  • Loading branch information
TawneeOwl committed Aug 29, 2023
1 parent 6baad63 commit 0a51421
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,15 +267,15 @@ jobs:
executor: aws-ecr/default
steps:
- checkout:
path: fala
path: cla_public
- run: |
cd fala
cd cla_public
source .circleci/define_build_environment_variables
echo "export FALA_IMAGE=$ECR_DEPLOY_IMAGE" >> $BASH_ENV
echo "export CLA_PUBLIC_IMAGE=$ECR_DEPLOY_IMAGE" >> $BASH_ENV
echo "export A11Y_ENABLED=true" >> $BASH_ENV
echo "Setting FALA image $ECR_DEPLOY_IMAGE"
echo "Setting CLA_Public image $ECR_DEPLOY_IMAGE"
- cla-end-to-end-tests/behave

workflows:
version: 2
build-test-and-approval-deploy:
Expand Down

0 comments on commit 0a51421

Please sign in to comment.