Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nexus-release-image
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Public
nexus-release-image
Compare revisions
8661933abcc2cba2ccc8f28327f68c0836ace49b to 0df356cb7db5d3acb49fe450013fc805234a97c3
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
pub/nexus-release-image
Select target project
No results found
0df356cb7db5d3acb49fe450013fc805234a97c3
Select Git revision
Branches
master
Swap
Target
pub/nexus-release-image
Select target project
No results found
8661933abcc2cba2ccc8f28327f68c0836ace49b
Select Git revision
Branches
master
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
feat: clone the branch that triggered the pipeline
· 90b5b75f
Jack Robertson
authored
2 years ago
90b5b75f
Merge branch 'feature/clone-current-branch' into 'master'
· 0df356cb
Jack Robertson
authored
2 years ago
Clone the branch that triggered the pipeline See merge request
!8
0df356cb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/release.sh
+2
-2
2 additions, 2 deletions
src/release.sh
with
2 additions
and
2 deletions
src/release.sh
View file @
0df356cb
...
...
@@ -3,7 +3,7 @@
ssh git@gitlab.nexdev.uk
echo
"Cloning 'git@gitlab.nexdev.uk:
$CI_PROJECT_PATH
.git'"
git clone
"git@gitlab.nexdev.uk:
$CI_PROJECT_PATH
.git"
-q
>
/dev/null
git clone
-q
-b
"
$CI_COMMIT_REF_NAME
"
"git@gitlab.nexdev.uk:
$CI_PROJECT_PATH
.git"
>
/dev/null
echo
"Running standard version"
cd
"
$CI_PROJECT_NAME
"
...
...
@@ -49,4 +49,4 @@ while :; do
done
# No flag passed, follow-tags instead
git push
--follow-tags
-o
ci.skip
\ No newline at end of file
git push
--follow-tags
-o
ci.skip
This diff is collapsed.
Click to expand it.