aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2024-02-12 13:04:09 +0100
committerAki Tomita <121511582+atomita-ni@users.noreply.github.com>2024-02-25 16:54:12 -0600
commit1fd8cbd5b27c8032155c529d39f9d60746544644 (patch)
treefbd341b3caea94c5fede2a9c179e9fbb94ce3f7b
parentpython: Explicitly list .mako files as part of Python package (diff)
downloaduhd-1fd8cbd5b27c8032155c529d39f9d60746544644.tar.xz
uhd-1fd8cbd5b27c8032155c529d39f9d60746544644.zip
fpga: ci: Drop fetchDepth to 1
-rw-r--r--fpga/.ci/templates/job-build-fpga.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/fpga/.ci/templates/job-build-fpga.yml b/fpga/.ci/templates/job-build-fpga.yml
index 7d4e450bd..6eca9f7fe 100644
--- a/fpga/.ci/templates/job-build-fpga.yml
+++ b/fpga/.ci/templates/job-build-fpga.yml
@@ -56,11 +56,13 @@ jobs:
steps:
- checkout: self
clean: true
+ fetchDepth: 1
- checkout: hwtools
clean: true
path: s/hwtools/head
persistCredentials: true
+ fetchDepth: 1
- download: current
artifact: ${{ parameters.ip_artifact }}