Skip to content

Commit

Permalink
Add catalog/recreate just command and remove a file (#1856)
Browse files Browse the repository at this point in the history
  • Loading branch information
krysal authored Apr 21, 2023
1 parent 00128c3 commit 74eca0e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .github/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,7 @@ group:
dest: .github/workflows/subscribe_to_label.yml
- source: .github/subscribe-to-label.json
dest: .github/subscribe-to-label.json
# Downstream workflows
- source: .github/workflows_downstream/draft_release.yml
dest: .github/workflows/draft_release.yml
# Templates
- source: .github/release_drafter.yml
dest: .github/release_drafter.yml
- source: .github/ISSUE_TEMPLATE/bug_report.md
dest: .github/ISSUE_TEMPLATE/bug_report.md
- source: .github/ISSUE_TEMPLATE/config.yml
Expand Down
7 changes: 6 additions & 1 deletion catalog/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ check-py-version:
# Install dependencies
install *args: check-py-version
python -m pip install -r requirements_tooling.txt -r requirements_dev.txt
python -m pip install -r requirements_dev.txt

######
# Up #
Expand All @@ -63,6 +63,11 @@ up *flags:
up-deps *flags:
env COMPOSE_PROFILES="catalog_dependencies" just ../up {{ flags }}

# Tear down all the services and recreate the ones of the catalog profile
recreate:
just ../down -v
just up --force-recreate --build

##################
# Administration #
##################
Expand Down
6 changes: 0 additions & 6 deletions catalog/requirements_tooling.txt

This file was deleted.

0 comments on commit 74eca0e

Please sign in to comment.