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
3 months ago
by
Doan Phuoc Nhat
Browse files
Options
Download
Email Patches
Plain Diff
update gitlab ci
parent
c2ed9a8e
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
:
stages
:
-
validate
-
validate
-
build
-
deploy
validate
:
validate
:
stage
:
validate
stage
:
validate
script
:
-
./script/validate.sh
tags
:
-
fresh-eton
except
:
-
tags
build
:
stage
:
build
before_script
:
before_script
:
-
echo "Pipline CICD for dev branch"
-
export KUBECONFIG=/home/gitlab-runner/k8s-training.yaml
-
export GITLAB_ORIGINAL_DIR=$CI_PROJECT_DIR
script
:
script
:
-
sudo -E /root/userpnhat/lab1/script/build-devbranch.sh
-
./script/validate.sh
tags
:
-
fresh-eton
except
:
-
tags
deploy
:
stage
:
deploy
script
:
-
sudo /root/userpnhat/lab1/script/deploy-devbranch.sh
tags
:
tags
:
-
fresh-eton
-
fresh-eton
except
:
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