Skip to content

Commit af29084

Browse files
Updated the develop branch in yml file
1 parent 05c3676 commit af29084

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/L1-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
with:
124124
repository: rdkcentral/entservices-testframework
125125
path: entservices-testframework
126-
ref: feature/RDKEMW-6167
126+
ref: develop
127127
token: ${{ secrets.RDKCM_RDKE }}
128128

129129
- name: Checkout entservices-inputoutput

build_dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ git clone --branch R4.4.1 https://github.com/rdkcentral/Thunder.git
3333

3434
git clone --branch develop https://github.com/rdkcentral/entservices-apis.git
3535

36-
git clone --branch feature/RDKEMW-6167 https://$GITHUB_TOKEN@github.com/rdkcentral/entservices-testframework.git
36+
git clone https://$GITHUB_TOKEN@github.com/rdkcentral/entservices-testframework.git
3737

3838
############################
3939
# Build Thunder-Tools

0 commit comments

Comments
 (0)