Skip to content

Commit

Permalink
Fix init script location
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Nov 7, 2023
1 parent 263de33 commit 5122baa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
- id: common
uses: ghga-de/gh-action-common@v3

- name: Create env files
- name: Create Kafka secrets
run: |
.devcontainer/init-scripts/dev/set_env.sh
.devcontainer/kafka_secrets/create_secrets.sh
- name: Set up containers
run: |
Expand Down
2 changes: 2 additions & 0 deletions .static_files_ignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Optional list of files which are actually static in the template
# but are allowed to have different content in the current repository

.devcontainer/devcontainer.json

.github/workflows/check_config_docs.yaml
.github/workflows/check_openapi_spec.yaml
.github/workflows/check_readme.yaml
Expand Down

0 comments on commit 5122baa

Please sign in to comment.