Skip to content

Commit

Permalink
fix workflow and gitignore for new licences
Browse files Browse the repository at this point in the history
Signed-off-by: Eddy Babetto <[email protected]>
  • Loading branch information
eddbbt committed Oct 29, 2024
1 parent 8f484e2 commit 1f0142d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/astarte-end-to-end-test-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
sleep 5
- name: Install e2e test interfaces
run: |
for i in $(ls tools/astarte_e2e/priv/interfaces/); do
for i in $(ls tools/astarte_e2e/priv/interfaces/*.json); do
echo "Installing $i"
./astartectl realm-management interfaces install tools/astarte_e2e/priv/interfaces/$i --astarte-url http://api.astarte.localhost -k test_private.pem -r $E2E_REALM
sleep 2
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
# Ignore compose files
compose/astarte-keys/*
compose/vernemq-certs/*
compose/vernemq-certs/openssl.cnf
compose/cfssl-config/*.pem
compose/cfssl-config/*.csr
compose_generated.env
Expand Down

0 comments on commit 1f0142d

Please sign in to comment.