Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cellframe-node-plugin-explorer
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cellframe
cellframe-node-plugin-explorer
Commits
f5cb84aa
Commit
f5cb84aa
authored
2 years ago
by
Ilya Aksenov
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml file
parent
a29f207d
No related branches found
No related tags found
No related merge requests found
Pipeline
#14868
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+23
-1
23 additions, 1 deletion
.gitlab-ci.yml
with
23 additions
and
1 deletion
.gitlab-ci.yml
+
23
−
1
View file @
f5cb84aa
plugin_explorer_update
:
rules
:
-
if
:
$CI_COMMIT_REF_NAME == "master"
-
if
:
$CI_COMMIT_REF_NAME == "
old-
master"
script
:
-
cd /home/gitlab-runner/playbooks/sites_deploy/
-
ansible-playbook plugin_explorer_update.yml
...
...
@@ -8,3 +8,25 @@ plugin_explorer_update:
host_deploy
:
explorer-subzero
tags
:
-
plugin-explorer
plugin_mileena_update
:
rules
:
-
if
:
$CI_COMMIT_REF_NAME == "release-1.1"
script
:
-
cd /home/gitlab-runner/playbooks/sites_deploy/
-
ansible-playbook plugin_explorer_update.yml
variables
:
host_deploy
:
explorer-mileena
tags
:
-
plugin-explorer
plugin_scorpion_update
:
rules
:
-
if
:
$CI_COMMIT_REF_NAME == "master"
script
:
-
cd /home/gitlab-runner/playbooks/sites_deploy/
-
ansible-playbook plugin_explorer_update.yml
variables
:
host_deploy
:
explorer-scorpion
tags
:
-
plugin-explorer
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment