.circleci: bump yunionio/onecloud-ci to version v1.0.2

This commit is contained in:
Yousong Zhou
2019-06-29 04:56:25 +00:00
parent a5d13a3c81
commit d2286fcaea
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -13,9 +13,9 @@ RUN true \
WORKDIR /opt
RUN true \
&& wget https://dl.google.com/go/go1.12.1.linux-amd64.tar.gz \
&& tar xzf go1.12.1.linux-amd64.tar.gz \
&& rm -vf go1.12.1.linux-amd64.tar.gz \
&& wget https://dl.google.com/go/go1.12.6.linux-amd64.tar.gz \
&& tar xzf go1.12.6.linux-amd64.tar.gz \
&& rm -vf go1.12.6.linux-amd64.tar.gz \
&& true
ENV GOROOT="/opt/go"
ENV PATH="/opt/go/bin:${PATH}"
+2 -2
View File
@@ -5,7 +5,7 @@ version: 2
jobs:
build:
docker:
- image: yunionio/onecloud-ci:20190328
- image: yunionio/onecloud-ci:v1.0.2
#### TEMPLATE_NOTE: go expects specific checkout path representing url
#### expecting it in the form of
@@ -24,7 +24,7 @@ jobs:
test:
docker:
- image: yunionio/onecloud-ci:20190328
- image: yunionio/onecloud-ci:v1.0.2
working_directory: /home/build/go/src/yunion.io/x/onecloud
steps:
- checkout