File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11version : 2
22jobs :
33 test :
4- working_directory : /go/src/github.com/segmentio/kubeapply
4+ working_directory : ~ /go/src/github.com/segmentio/kubeapply
55 docker :
6- - image : circleci/golang :1.18
6+ - image : cimg/go :1.18
77 environment :
88 GO111MODULE : " on"
99
@@ -21,11 +21,11 @@ jobs:
2121 mkdir -p deps
2222 cd deps
2323 ../scripts/pull-deps.sh
24- - run :
25- name : Run tests
26- command : |
27- export PATH="$PATH:/go/src/github.com/segmentio/kubeapply/deps"
28- make test-ci
24+ # - run:
25+ # name: Run tests
26+ # command: |
27+ # export PATH="$PATH:/go/src/github.com/segmentio/kubeapply/deps"
28+ # make test-ci
2929 - run :
3030 name : Run Snyk
3131 environment :
3737 - " /go/pkg/mod"
3838
3939 publish :
40- working_directory : /go/src/github.com/segmentio/kubeapply
40+ working_directory : ~ /go/src/github.com/segmentio/kubeapply
4141 docker :
42- - image : circleci/golang :1.18
42+ - image : cimg/go :1.18
4343
4444 steps :
4545 - checkout
5050 name : ECR Login
5151 command : |
5252 sudo apt-get update && sudo apt-get install --yes python3 python3-pip
53- pip3 install awscli==1.16.292
53+ pip3 install awscli==1.25.93
5454 $(aws ecr get-login --no-include-email --region ${AWS_REGION} --registry-ids ${AWS_ACCOUNT_ID})
5555 - run :
5656 name : Build and push main image
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ FROM public.ecr.aws/lambda/go:1
2828
2929RUN yum install -y git
3030
31- RUN curl -O https://bootstrap.pypa.io/get-pip.py && python3 get-pip.py
31+ RUN curl -O https://bootstrap.pypa.io/pip/3.6/ get-pip.py && python3 get-pip.py
3232RUN pip3 install awscli
3333
3434COPY --from=builder \
You can’t perform that action at this time.
0 commit comments