summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorYuriy Erofeev <yuiry.erofeev@toradex.com>2020-06-03 13:10:19 +0000
committerYuriy Erofeev <yuiry.erofeev@toradex.com>2020-06-03 13:10:19 +0000
commit869ca4e7bbbca1d11d6920fe01d9d4c4c7c4a982 (patch)
tree1c8212ca5159558ea4ba98cee4a018981c195748 /.gitlab-ci.yml
parent544ddfe58bb022d0c3af4a993a567aaa3cf80f64 (diff)
hotfix of CI 5.4. Changing the path in Artifactory, to take config from
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ea05988b75bf..ff3531329981 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -43,7 +43,7 @@ stages:
rm -f index.html
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-prerelease-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/oedeploy/kernel-config
mkdir -p $TEMP_BUILD_FOLDER
cp kernel-config $TEMP_BUILD_FOLDER/$KERNEL_CONFIGURATION_FILE
#####