File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 9
9
- run :
10
10
name : License Test
11
11
command : make find-missing-license
12
- - run :
12
+ - run :
13
13
name : Go Tests
14
14
command : make test-go
15
15
release-test :
@@ -19,22 +19,19 @@ jobs:
19
19
- checkout
20
20
- run :
21
21
name : Version Test
22
- command : if build/is-release-branch.sh $CIRCLE_BRANCH; then make find-missing-version; fi
22
+ command : if build/is-release-branch.sh $CIRCLE_BRANCH; then make find-missing-version; fi
23
23
deploy :
24
24
docker :
25
25
- image : circleci/golang:1.11.5
26
26
steps :
27
+ - run : curl -s "https://s3.amazonaws.com/aws-cli/awscli-bundle.zip" -o "awscli-bundle.zip" && unzip awscli-bundle.zip && sudo ./awscli-bundle/install -i /usr/local/aws -b /usr/local/bin/aws && rm -rf awscli-bundle*
27
28
- checkout
28
29
- setup_remote_docker
29
- - run : mkdir /tmp/awscli && curl -s -o /tmp/awscli/awscli-bundle.zip https://s3.amazonaws.com/aws-cli/awscli-bundle.zip
30
- - run : unzip /tmp/awscli/awscli-bundle.zip -d /tmp/awscli >/dev/null
31
- - run : sudo python /tmp/awscli/awscli-bundle/install -i /usr/local/aws -b /usr/local/bin/aws >/dev/null
32
30
- run : make build-images
33
31
- run : make test-python
34
- - run : make push-images
32
+ - run : make push-images
35
33
- run : make build-and-upload-cli
36
34
37
-
38
35
workflows :
39
36
version : 2
40
37
build_and_test :
You can’t perform that action at this time.
0 commit comments