Skip to content

Commit

Permalink
feat: add also vscode for old dev-env (backward compatibility)
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnacioHeredia committed Jul 16, 2024
1 parent af090c1 commit 4ec9c31
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ai4papi/routers/v1/catalog/modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ def get_config(
conf["general"]["docker_tag"]["value"] = tags[0]

# Custom conf for development environment
if item_name == 'ai4os-dev-env':
if item_name == 'ai4os-dev-env' or item_name == 'deep-oc-generic-dev':
#TODO: remove second condition when 'deep-oc-generic-dev' is removed from the
# modules catalog

# For dev-env, order the tags in "Z-A" order instead of "newest"
# This is done because builds are done in parallel, so "newest" is meaningless
Expand Down

0 comments on commit 4ec9c31

Please sign in to comment.