Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cellframe-dashboard
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
4
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-dashboard
Commits
7a67235c
Commit
7a67235c
authored
4 years ago
by
alexandr.kravchenko
Browse files
Options
Downloads
Patches
Plain Diff
Corrected build tags and job names
parent
362bc8fd
No related branches found
No related tags found
2 merge requests
!226
Added logging of information about the command to the Service.
,
!225
Added logging of information about the command to the Service.
Pipeline
#6024
canceled with stage
in 9 minutes and 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+20
-20
20 additions, 20 deletions
.gitlab-ci.yml
with
20 additions
and
20 deletions
.gitlab-ci.yml
+
20
−
20
View file @
7a67235c
...
...
@@ -14,10 +14,10 @@ variables:
#
#
dapchain-client
-test
:
cellframe-dashboard
-test
:
stage
:
build
tags
:
-
dapchain-client
-
cellframe-dashboard
except
:
-
merge_request
-
develop
...
...
@@ -26,20 +26,20 @@ dapchain-client-test:
-
/^release.*$/
script
:
~/production/integration/gitlab-CI/build_test_handler.sh cellframe-dashboard
#
dapchain-client
-merge-request-windows:
#
cellframe-dashboard
-merge-request-windows:
# stage: build
# tags:
# -
dapchain-client
# -
cellframe-dashboard
# only: [merge_requests]
# except:
# variables:
# - $CI_MERGE_REQUEST_TARGET_BRANCH_NAME != "master"
# script: ~/production/integration/gitlab-CI/build_all_handler.sh cellframe-dashboard windows
dapchain-client
-merge-request-linux
:
cellframe-dashboard
-merge-request-linux
:
stage
:
build
tags
:
-
dapchain-client
-
cellframe-dashboard
only
:
[
merge_requests
]
except
:
variables
:
...
...
@@ -47,48 +47,48 @@ dapchain-client-merge-request-linux:
-
$CI_MERGE_REQUEST_TARGET_BRANCH_NAME != "/^release.*$/"
script
:
~/production/integration/gitlab-CI/build_all_handler.sh cellframe-dashboard linux
#
dapchain-client
-merge-request-mac:
#
cellframe-dashboard
-merge-request-mac:
# stage: build
# tags:
# -
dapchain-client
# -
cellframe-dashboard
# only: [merge_requests]
# except:
# variables:
# - $CI_MERGE_REQUEST_TARGET_BRANCH_NAME != "master"
# script: ~/production/integration/gitlab-CI/build_all_handler.sh cellframe-dashboard mac
#
dapchain-client
-merge-request-android:
#
cellframe-dashboard
-merge-request-android:
# stage: build
# tags:
# -
dapchain-client
# -
cellframe-dashboard
# only: [merge_requests]
# except:
# variables:
# - $CI_MERGE_REQUEST_TARGET_BRANCH_NAME != "master"
# script: ~/production/integration/gitlab-CI/build_all_handler.sh cellframe-dashboard android
dapchain-client
-schedule
:
cellframe-dashboard
-schedule
:
stage
:
build
tags
:
-
dapchain-client
-
cellframe-dashboard
only
:
-
schedules
script
:
~/production/integration/gitlab-CI/build_all_handler.sh cellframe-dashboard
dapchain-client
_linux
:
cellframe-dashboard
_linux
:
stage
:
build
tags
:
-
dapchain-client
-
cellframe-dashboard
only
:
-
master
-
/^release.*$/
-
/^pubtest.*$/
script
:
~/production/integration/gitlab-CI/build_all_handler.sh cellframe-dashboard linux
#
dapchain-client
_mac:
#
cellframe-dashboard
_mac:
# stage: build
# tags:
# -
dapchain-client
# -
cellframe-dashboard
# only:
# - master
# - /^release.*$/
...
...
@@ -96,20 +96,20 @@ dapchain-client_linux:
# - develop
# script: ~/production/integration/gitlab-CI/build_all_handler.sh cellframe-dashboard mac
#
dapchain-client
_android:
#
cellframe-dashboard
_android:
# stage: build
# tags:
# -
dapchain-client
# -
cellframe-dashboard
# only:
# - master
# - /^release.*$/
# - /^pubtest.*$/
# script: ~/production/integration/gitlab-CI/build_all_handler.sh cellframe-dashboard android
#
dapchain-client
_windows:
#
cellframe-dashboard
_windows:
# stage: build
# tags:
# -
dapchain-client
# -
cellframe-dashboard
# only:
# - /^pubtest.*$/
# - /^release.*$/
...
...
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