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 1dfbb20
Show file tree
Hide file tree
Showing 2 changed files with 5 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
4 changes: 4 additions & 0 deletions compose/vernemq-certs/openssl.cnf
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#SPDX-FileCopyrightText: 2017-2024 Seco MInd Srl
#
#SPDX-License-Identifier: Apache-2.0

# OpenSSL root CA configuration file.
# Copy to `/root/ca/openssl.cnf`.

Expand Down

0 comments on commit 1dfbb20

Please sign in to comment.