Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .current_gitmodules

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 4 additions & 6 deletions .github/workflows/check_package_diffs.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Check package diff tool

on:
push:
pull_request:
branches:
- develop

Expand All @@ -21,21 +21,19 @@ jobs:
python-version: "3.10"
poetry-version: "2.3.0"



- name: Setup Poetry
run: |
PYTHON_BIN=$(command -v "python3.10")
poetry env use "$PYTHON_BIN"
poetry install
poetry_env_path=$(poetry env info --path)
echo "poetry_env_path=$poetry_env_path" >> $GITHUB_ENV
working-directory: scripts/generate_package_diffs_for_flavors

- name: Run generate_package_diffs_for_flavors
- name: Run exaslct generate-package-diffs
run: |
source "${{ env.poetry_env_path }}/bin/activate"
python3 scripts/generate_package_diffs_for_flavors/generate_package_diffs_for_flavors.py --output-directory /tmp/output --current-working-copy-name test
SLC_VERSION=$(poetry version --short)
poetry run exaslct generate-package-diffs --output-package-diff-directory doc/changes/package_diffs/${SLC_VERSION}/ --current-working-copy-name ${SLC_VERSION}

- name: Check if package diff have changed
run: |
Expand Down
2 changes: 1 addition & 1 deletion script-languages
1 change: 1 addition & 0 deletions show_code_around_error_codes.sh
1 change: 0 additions & 1 deletion show_code_arround_error_codes.sh

This file was deleted.

Loading