diff options
author | Steven Koo <steven.koo@ni.com> | 2022-06-28 17:50:50 -0500 |
---|---|---|
committer | skooNI <60897865+skooNI@users.noreply.github.com> | 2022-07-20 15:57:20 -0500 |
commit | d9f9a901f4797e7849d44beea423246d88961cea (patch) | |
tree | 55487f1d2303d22da11533924fee097f24cf5672 /.ci/templates | |
parent | 303ddf1238ef1d38fb8b25f7e97b2319475299c1 (diff) | |
download | uhd-d9f9a901f4797e7849d44beea423246d88961cea.tar.gz uhd-d9f9a901f4797e7849d44beea423246d88961cea.tar.bz2 uhd-d9f9a901f4797e7849d44beea423246d88961cea.zip |
ci: change gr-ettus ref to master
gr-ettus added a stronger UHD version check in the maint-3.8-uhd4.0.
Set this to master instead.
Steven Koo <steven.koo@ni.com>
Diffstat (limited to '.ci/templates')
-rw-r--r-- | .ci/templates/stages-uhd-pipeline.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/templates/stages-uhd-pipeline.yml b/.ci/templates/stages-uhd-pipeline.yml index f8d5f9ea0..0b30012b4 100644 --- a/.ci/templates/stages-uhd-pipeline.yml +++ b/.ci/templates/stages-uhd-pipeline.yml @@ -76,7 +76,7 @@ resources: type: github name: EttusResearch/gr-ettusdev endpoint: EttusResearch - ref: maint-3.8-uhd4.0 + ref: master - repository: ettus-rts type: github endpoint: EttusResearch |