Skip to content

Commit

Permalink
circleci: Rename flat_dev to flat_dev_ddr config
Browse files Browse the repository at this point in the history
  • Loading branch information
ziyik authored and sunghan-chang committed Oct 22, 2024
1 parent b59c0c0 commit aeffeff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
- *docker-cp
- *build-job

rtl8730e/flat_dev:
rtl8730e/flat_dev_ddr:
machine:
image: default
working_directory: ~/TizenRT
Expand Down Expand Up @@ -193,6 +193,6 @@ workflows:
- rtl8730e/loadable_apps:
requires:
- checkout_code
- rtl8730e/flat_dev:
- rtl8730e/flat_dev_ddr:
requires:
- checkout_code

0 comments on commit aeffeff

Please sign in to comment.