Fix circleci configuration
authorSemun Lee <semun.lee@samsung.com>
Fri, 8 Mar 2019 07:21:03 +0000 (16:21 +0900)
committer김새롬/Tizen Platform Lab(SR)/Staff Engineer/삼성전자 <saerome.kim@samsung.com>
Mon, 11 Mar 2019 01:01:01 +0000 (10:01 +0900)
It will use specific version of gbs.

Change-Id: I54d747dc92910b9717a1a0d7571b2800e452bc41
Signed-off-by: Semun Lee <semun.lee@samsung.com>
.circleci/config.yml

index d627e1e..059c76a 100644 (file)
@@ -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 {}" \;