File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,6 @@ RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s
5
5
RUN chmod +x ./kubectl
6
6
RUN mv ./kubectl /usr/local/bin/kubectl
7
7
8
- ENV HOME /root
9
- WORKDIR $HOME
10
-
11
8
COPY env_var_helper_client.sh env_var_helper_client.rb ./
12
9
RUN chmod +x env_var_helper_client.sh
13
10
Original file line number Diff line number Diff line change @@ -18,8 +18,10 @@ Check out the [codeship/env-var-helper README](https://github.com/codeship-libra
18
18
19
19
## Encrypt the file, remove files and/or add to ` .gitignore `
20
20
21
+ ``` shell
21
22
jet encrypt k8s-env k8s-env.encrypted
22
23
rm kubeconfigdata k8s-env
24
+ ```
23
25
24
26
## Configure the service and steps into the build with the following as guidance
25
27
Original file line number Diff line number Diff line change
1
+ codeship:v2
2
+ jZi8ygbQK7EZMm6Ko8mYV26N0NeiS7h/39FQbMW5BgU6ky+QBYoG3B+/d9ZXQyd+xJYJpDjJshgHPioEPfbdOJVymXcl9wlR5JhlTijz9hRq+7glOf9UHmSGtp4e2gu+Ho8C7+KWhOfUEpZTFoHGL9KtbVTsbdEH24PCc177+tWvyTLyLAwQXA3TrFj7i7mwYHzk9AqRhKCDH3yOV2ALPZIYu3NGnBVEYIGZMoO82oTWT5YR1WkYtdzyavsXCQMtlxivmVGb8l4=
You can’t perform that action at this time.
0 commit comments