Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
guru
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DeStream-public
guru
Commits
3de02682
Commit
3de02682
authored
Mar 02, 2020
by
Anton Borisov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update .gitlab-ci.yml
parent
b0e96ddf
Pipeline
#1404
passed with stage
in 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.gitlab-ci.yml
.gitlab-ci.yml
+2
-2
No files found.
.gitlab-ci.yml
View file @
3de02682
...
@@ -28,8 +28,8 @@ deploy_to_test:
...
@@ -28,8 +28,8 @@ deploy_to_test:
script
:
script
:
-
mkdir ~/.kube && echo "$k1_KUBECONFIG" > ~/.kube/config
-
mkdir ~/.kube && echo "$k1_KUBECONFIG" > ~/.kube/config
-
wget https://storage.googleapis.com/kubernetes-release/release/v1.14.3/bin/linux/amd64/kubectl && chmod +x ./kubectl
-
wget https://storage.googleapis.com/kubernetes-release/release/v1.14.3/bin/linux/amd64/kubectl && chmod +x ./kubectl
-
kubectl -n prod delete cm guruconfig
-
./
kubectl -n prod delete cm guruconfig
-
kubectl -n prod create cm guruconfig --from-file=appsettings.json
-
./
kubectl -n prod create cm guruconfig --from-file=appsettings.json
-
sed 's|_PROJECT_|'"${CI_PROJECT_NAME}"'|g; s|_NS_|prod|g' Docker/manifests/app.yml.tpl > app.yml; cat app.yml
-
sed 's|_PROJECT_|'"${CI_PROJECT_NAME}"'|g; s|_NS_|prod|g' Docker/manifests/app.yml.tpl > app.yml; cat app.yml
-
wget https://github.com/garethr/kubeval/releases/download/0.7.3/kubeval-linux-amd64.tar.gz && tar xvf kubeval-linux-amd64.tar.gz && ./kubeval app.yml
-
wget https://github.com/garethr/kubeval/releases/download/0.7.3/kubeval-linux-amd64.tar.gz && tar xvf kubeval-linux-amd64.tar.gz && ./kubeval app.yml
-
./kubectl apply -f app.yml
-
./kubectl apply -f app.yml
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment