Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tarantool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
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
core
tarantool
Commits
dcf1f1ec
Commit
dcf1f1ec
authored
2 years ago
by
Yaroslav Lobankov
Committed by
Kirill Yukhin
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
ci: fix code block indentation in pack-and-deploy
NO_DOC=ci NO_TEST=ci NO_CHANGELOG=ci
parent
9fe135c5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/actions/pack-and-deploy/action.yml
+3
-3
3 additions, 3 deletions
.github/actions/pack-and-deploy/action.yml
with
3 additions
and
3 deletions
.github/actions/pack-and-deploy/action.yml
+
3
−
3
View file @
dcf1f1ec
...
...
@@ -14,9 +14,9 @@ runs:
# Deploy pre-release (since 2.10) and release packages. It's expected
# that no one will push tags are used for pre-releases and releases.
if ${{ ( startsWith(github.ref, 'refs/tags/2.') ||
startsWith(github.ref, 'refs/tags/3.') ) &&
!endsWith(github.ref, '-entrypoint') }}; then
if ${{ ( startsWith(github.ref, 'refs/tags/2.') ||
startsWith(github.ref, 'refs/tags/3.') ) &&
!endsWith(github.ref, '-entrypoint') }}; then
case ${{ github.ref }} in
# It's relevant since 2.10 only.
refs/tags/*-alpha*|refs/tags/*-beta*|refs/tags/*-rc*)
...
...
This diff is collapsed.
Click to expand it.
Georgy Moshkin
@gmoshkin
mentioned in commit
4ba7e0a1
·
2 years ago
mentioned in commit
4ba7e0a1
mentioned in commit 4ba7e0a1648ac327089c79353accce07a6aea671
Toggle commit list
sbroad-cargo
@project_70_bot
mentioned in commit
56a17ea5
·
1 year ago
mentioned in commit
56a17ea5
mentioned in commit 56a17ea5a823817e812ccca87f02122b6cbd4854
Toggle commit list
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