summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuriy Erofeev <yuiry.erofeev@toradex.com>2020-05-04 19:51:15 +0000
committerYuriy Erofeev <yuiry.erofeev@toradex.com>2020-05-04 19:51:15 +0000
commit75b6d773f039ae9cc1f285c7f495292fc35ef9a7 (patch)
treeaa8975107cb9c315121b990dbe4bd17c67d74e4f
parentb4dbdc6635b948bb214516c8ad87f815b9ffdf3c (diff)
Adjust CI, to reflect change in artifactory repository name, which we are using to get kernel-config file
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a33ed442ee28..ea05988b75bf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -41,9 +41,9 @@ stages:
echo -e "Arch is \e[36m$ARCH\e[39m"
# due to specific of the kernel build we need to use the latest configuration from the nightly builds. We are getting $Version dynamically , as a variable , based on parsing URL page with Nightly builds ID
rm -f index.html
- wget http://artifactory-horw.int.toradex.com/artifactory/list/torizoncore-oe-nightly-horw/master/nightly/
+ wget http://artifactory-horw.int.toradex.com/artifactory/list/torizoncore-oe-prerelease-horw/master/nightly/
version=$( cat index.html| grep ^"<a" | sed -e 's/[<>="//]/ /g' | awk '{ print $3}' | sort -nrk1,1 | head -1)
- wget http://artifactory-horw.int.toradex.com/artifactory/list/torizoncore-oe-nightly-horw/master/nightly/$version/$KERNEL_FILE_PATH/images/kernel-config
+ wget http://artifactory-horw.int.toradex.com/artifactory/list/torizoncore-oe-prerelease-horw/master/nightly/$version/$KERNEL_FILE_PATH/images/kernel-config
mkdir -p $TEMP_BUILD_FOLDER
cp kernel-config $TEMP_BUILD_FOLDER/$KERNEL_CONFIGURATION_FILE
#####