File tree 7 files changed +0
-35
lines changed
7 files changed +0
-35
lines changed Original file line number Diff line number Diff line change @@ -272,10 +272,6 @@ jobs:
272
272
- run :
273
273
name : Check API is still alive
274
274
command : |
275
- export SSL_DIR=$(openssl version -d | sed -E 's/.*\"(.*)\"$/\1/')
276
- cp .circleci/extra_certs.pem $SSL_DIR/certs/extra_certs.pem
277
- c_rehash $SSL_DIR/certs
278
-
279
275
if [ $CIRCLE_BRANCH == "master" ]
280
276
then
281
277
export DOMAIN=api.cpdp.co
Original file line number Diff line number Diff line change @@ -71,7 +71,6 @@ kubernetes/secrets-production.yml
71
71
staging-pg-credentials.json
72
72
beta-pg-credentials.json
73
73
pg-credentials.json
74
- .circleci /extra_certs.pem
75
74
76
75
# XLSX and CSV temporary files
77
76
/* .csv
Original file line number Diff line number Diff line change @@ -3,6 +3,5 @@ staging.env:
3
3
kubernetes/secrets-production.yml:
4
4
kubernetes/secrets-staging.yml:
5
5
pg-credentials.json:
6
- .circleci/extra_certs.pem:
7
6
beta.env:
8
7
kubernetes/secrets-beta.yml:
Original file line number Diff line number Diff line change @@ -128,10 +128,6 @@ A Lambda function package should at least contain these files:
128
128
129
129
- [ Detail] ( docs/setup-ssl-certificates.md )
130
130
131
- # Troubleshooting
132
-
133
- - [ Adding CA public key to google-cloud-sdk image for API healthcheck] ( docs/api-healthcheck.md )
134
-
135
131
# Miscelaneous
136
132
137
133
- [ API standards] ( docs/api-standards.md )
Original file line number Diff line number Diff line change @@ -2,7 +2,3 @@ FROM google/cloud-sdk
2
2
3
3
RUN echo "deb https://dl.bintray.com/sobolevn/deb git-secret main" | tee -a /etc/apt/sources.list && \
4
4
curl https://api.bintray.com/users/sobolevn/keys/gpg/public.key | apt-key add -
5
-
6
- RUN apt-get update
7
-
8
- RUN apt-get install gawk git-secret gettext-base -y
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments