Skip to content

Commit 9df0e2b

Browse files
authored
Merge pull request #1974 from olehermanse/cfengine-dev
Moved deptool.py to CFEngine CLI
2 parents a9afa99 + 069736c commit 9df0e2b

File tree

3 files changed

+3
-887
lines changed

3 files changed

+3
-887
lines changed

.github/workflows/update-dep-tables.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,16 @@ jobs:
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade pip
29+
pythom -m pip install cfengine
2930
- name: Set Git user
3031
run: |
3132
git config user.name 'github-actions[bot]'
3233
git config user.email 'github-actions[bot]@users.noreply.github.com'
3334
- name: Save commit hash before
3435
run: |
3536
echo "COMMIT_HASH_BEFORE=$(git log -1 --format=%H)">> $GITHUB_ENV
36-
- name: Run deptool
37-
run: python3 scripts/deptool.py --patch
37+
- name: Run dev command to update dependency tables
38+
run: cfengine dev update-dependency-tables
3839
- name: Save commit hash after
3940
run: |
4041
echo "COMMIT_HASH_AFTER=$(git log -1 --format=%H)">> $GITHUB_ENV

scripts/README.md

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

0 commit comments

Comments
 (0)