Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fslpy
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
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
FSL
fslpy
Repository
7e34fe6b3204f107e71d5f24579387180906186f
Select Git revision
Branches
20
main
default
protected
v3.22
protected
v3.21
protected
v3.20
protected
v3.19
protected
v3.18
protected
v3.17
protected
v3.16
protected
v3.15
protected
v3.14
protected
v3.13
protected
v3.12
protected
v3.11
protected
v3.10
protected
v3.9
protected
v3.8
protected
v3.7
protected
v3.6
protected
v3.5
protected
v3.4
protected
Tags
20
3.22.0
3.21.1
3.21.0
3.20.0
3.19.1
3.19.0
3.18.3
3.18.2
3.18.1
3.18.0
3.17.0
3.16.1
3.16.0
3.15.4
3.15.3
3.15.2
3.15.1
3.15.0
3.14.1
3.14.0
40 results
fslpy
.ci
check_version.sh
Find file
Blame
Permalink
6 years ago
f3db5a05
CI: Change patch_version so it just checks version
· f3db5a05
Paul McCarthy
authored
6 years ago
f3db5a05
History
CI: Change patch_version so it just checks version
Paul McCarthy
authored
6 years ago
check_version.sh
100 B
Edit
Open in Web IDE
.
Quickly and easily edit multiple files in your project.
Edit single file
Edit this file only.
1
2
3
4
5
6
#!/usr/bin/env bash
set
-e
cat
fsl/version.py | egrep
"^__version__ += +'
$CI_COMMIT_REF_NAME
' *$"