Skip to content

Commit

Permalink
Update Pipeline (#16)
Browse files Browse the repository at this point in the history
Signed-off-by: ClemensLinnhoff <[email protected]>
  • Loading branch information
ClemensLinnhoff committed Sep 6, 2023
1 parent 5ad28f5 commit 72323af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cl0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
uses: actions/checkout@v3
- uses: enarx/spdx@master
with:
licenses: Apache-2.0 BSD-3-Clause BSD-2-Clause BSL-1.0 GPL-2.0 GPL-3.0 LGPL-2.0 LGPL-2.1 LGPL-3.0 MIT MPL-2.0 CDDL-1.0 EPL-2.0
licenses: Apache-2.0 BSD-3-Clause BSD-2-Clause MIT MPL-2.0
10 changes: 5 additions & 5 deletions .github/workflows/srmd-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@ jobs:
- name: Checkout
uses: actions/checkout@master

- name: Get Sensor Model Testing
run: git clone https://github.com/openMSL/sl-1-5-sensor-model-testing.git
- name: Get SRMD Validator
run: git clone https://github.com/openMSL/sl-5-1-srmd-validator.git

- name: Init Submodules
working-directory: sl-1-5-sensor-model-testing
working-directory: sl-5-1-srmd-validator
run: git submodule update --init --recursive

- name: Install Dependencies
run: pip3 install xmlschema

- name: Validate SRMD
working-directory: sl-1-5-sensor-model-testing/src/srmd-validator
working-directory: sl-5-1-srmd-validator
run: python3 srmd-validator.py

- name: Commit ID
working-directory: sl-1-5-sensor-model-testing
working-directory: sl-5-1-srmd-validator
run: |
echo "Commit ID: "
echo $(git rev-parse --short HEAD)

0 comments on commit 72323af

Please sign in to comment.