Skip to content

Commit

Permalink
Merge pull request #491 from kipr/cdUpdates
Browse files Browse the repository at this point in the history
Update cd-staging.yml
  • Loading branch information
tcorbly authored Oct 21, 2024
2 parents 5e21841 + f2941a5 commit 084f9d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
uses: actions/checkout@v2
with:
submodules: true
submodules_recursive: true
fetch-depth: 0
lfs: true

- name: Pull LFS
Expand Down
7 changes: 0 additions & 7 deletions dependencies/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,13 +230,6 @@ def is_tool(name):

print('Building kipr-scratch...')
kipr_scratch_path = working_dir / 'kipr-scratch'

subprocess.run(
[ git, submodule, update, --init ],
cwd = kipr_scratch_path / 'libwallaby',
check = True
)

subprocess.run(
[ python, kipr_scratch_path / 'build.py' ],
cwd = kipr_scratch_path,
Expand Down

0 comments on commit 084f9d4

Please sign in to comment.