Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.devtools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
bob
bob.devtools
Commits
20800b22
Commit
20800b22
authored
2 years ago
by
Yannick DAYER
Browse files
Options
Downloads
Plain Diff
Merge branch 'fix-tags' into 'master'
Fix reference of tags creating nested lists See merge request
!336
parents
14754438
5d12ac1d
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!336
Fix reference of tags creating nested lists
Pipeline
#67969
passed
2 years ago
Stage: qa
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bob/devtools/data/gitlab-ci/nightlies.yaml
+8
-4
8 additions, 4 deletions
bob/devtools/data/gitlab-ci/nightlies.yaml
with
8 additions
and
4 deletions
bob/devtools/data/gitlab-ci/nightlies.yaml
+
8
−
4
View file @
20800b22
...
@@ -80,7 +80,8 @@ build_macos_intel_39:
...
@@ -80,7 +80,8 @@ build_macos_intel_39:
variables
:
variables
:
PYTHON_VERSION
:
"
3.9"
PYTHON_VERSION
:
"
3.9"
tags
:
tags
:
-
!reference
[
.build_macos_template
,
tags
]
-
bob
-
macos
-
intel
-
intel
cache
:
cache
:
key
:
'
build-py39'
key
:
'
build-py39'
...
@@ -90,7 +91,8 @@ build_macos_intel_310:
...
@@ -90,7 +91,8 @@ build_macos_intel_310:
variables
:
variables
:
PYTHON_VERSION
:
"
3.10"
PYTHON_VERSION
:
"
3.10"
tags
:
tags
:
-
!reference
[
.build_macos_template
,
tags
]
-
bob
-
macos
-
intel
-
intel
cache
:
cache
:
key
:
'
build-py310'
key
:
'
build-py310'
...
@@ -100,7 +102,8 @@ build_macos_arm_39:
...
@@ -100,7 +102,8 @@ build_macos_arm_39:
variables
:
variables
:
PYTHON_VERSION
:
"
3.9"
PYTHON_VERSION
:
"
3.9"
tags
:
tags
:
-
!reference
[
.build_macos_template
,
tags
]
-
bob
-
macos
-
arm
-
arm
cache
:
cache
:
key
:
'
build-py39'
key
:
'
build-py39'
...
@@ -110,7 +113,8 @@ build_macos_arm_310:
...
@@ -110,7 +113,8 @@ build_macos_arm_310:
variables
:
variables
:
PYTHON_VERSION
:
"
3.10"
PYTHON_VERSION
:
"
3.10"
tags
:
tags
:
-
!reference
[
.build_macos_template
,
tags
]
-
bob
-
macos
-
arm
-
arm
cache
:
cache
:
key
:
'
build-py310'
key
:
'
build-py310'
...
...
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