From: Semun Lee Date: Fri, 8 Mar 2019 07:21:03 +0000 (+0900) Subject: Fix circleci configuration X-Git-Tag: accepted/tizen/unified/20190315.061301~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5c2a92c81027c3914b4d796363bee6bb9d1c011b;p=platform%2Fcore%2Fconnectivity%2Fua-manager.git Fix circleci configuration It will use specific version of gbs. Change-Id: I54d747dc92910b9717a1a0d7571b2800e452bc41 Signed-off-by: Semun Lee --- diff --git a/.circleci/config.yml b/.circleci/config.yml index d627e1e..059c76a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,7 +8,7 @@ jobs: - run: name: Install gbs command: | - echo "deb [trusted=yes] http://download.tizen.org/tools/latest-release/Ubuntu_16.04/ /" | sudo tee /etc/apt/sources.list.d/tizen.list + echo "deb [trusted=yes] http://download.tizen.org/tools/archive/19.03/Ubuntu_16.04/ /" | sudo tee /etc/apt/sources.list.d/tizen.list sudo apt-get update sudo apt-get install -y gbs find /proc/sys/fs/binfmt_misc/ -not -name status -not -name register -type f -exec sh -c "echo -1 | sudo tee {}" \;