Skip to content

Commit 9525939

Browse files
committed
remove the scripts who are also in software-layer-scripts and update the workflow
Signed-off-by: laraPPr <lara.peeters@ugent.be>
1 parent a33c80d commit 9525939

3 files changed

Lines changed: 2 additions & 62 deletions

File tree

.github/workflows/parse_missing-installations-output.py

Lines changed: 0 additions & 23 deletions
This file was deleted.

.github/workflows/scripts/filter_git_diff.py

Lines changed: 0 additions & 37 deletions
This file was deleted.

.github/workflows/test-check_easystacks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
echo "git diff --no-renames --name-status ${GITHUB_BASE_REF}..HEAD"
4141
export CHANGED=$(git diff --no-renames --name-status origin/${GITHUB_BASE_REF}..HEAD)
4242
echo $CHANGED
43-
python .github/workflows/scripts/filter_git_diff.py
43+
python software-layer-scripts/.github/workflows/scripts/filter_git_diff.py
4444
- name: Mount EESSI CernVM-FS pilot repository
4545
if: env.CHANGED_EASYSTACKS
4646
uses: cvmfs-contrib/github-action-cvmfs@55899ca74cf78ab874bdf47f5a804e47c198743c # v4.0
@@ -74,6 +74,6 @@ jobs:
7474
if [[ ${ec} -ne 0 ]]; then
7575
echo "missing installations found for ${easystack_file}!" >&2
7676
export missing=$(env | grep .eb\) | tr -d \*)
77-
python .github/workflows/parse_missing-installations-output.py
77+
python software-layer-scripts/.github/workflows/scripts/parse_missing-installations-output.py
7878
fi
7979
done

0 commit comments

Comments
 (0)