Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Doan Phuoc Nhat
Kite
Commits
243fab70
Commit
243fab70
authored
2 months ago
by
Doan Phuoc Nhat
Browse files
Options
Download
Email Patches
Plain Diff
update gitlab ci
parent
c2ed9a8e
prod
dev
stage
v1.1.12
v1.0.16
v1.0.15
v1.0.14
v1.0.12
v1.0.11
v1.0.10
v1.0.9
v1.0.8
v1.0.7
v1.0.6
3 merge requests
!3
Stage
,
!2
Dev
,
!1
Dev
Pipeline
#38314
failed with stage
in 54 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-21
.gitlab-ci.yml
with
2 additions
and
21 deletions
+2
-21
.gitlab-ci.yml
View file @
243fab70
stages
:
-
validate
-
build
-
deploy
validate
:
stage
:
validate
script
:
-
./script/validate.sh
tags
:
-
fresh-eton
except
:
-
tags
build
:
stage
:
build
before_script
:
-
echo "Pipline CICD for dev branch"
-
export GITLAB_ORIGINAL_DIR=$CI_PROJECT_DIR
-
export KUBECONFIG=/home/gitlab-runner/k8s-training.yaml
script
:
-
sudo -E /root/userpnhat/lab1/script/build-devbranch.sh
tags
:
-
fresh-eton
except
:
-
tags
deploy
:
stage
:
deploy
script
:
-
sudo /root/userpnhat/lab1/script/deploy-devbranch.sh
-
./script/validate.sh
tags
:
-
fresh-eton
except
:
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help