Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Acme Downloader
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
Geant DevOps
Acme Downloader
Commits
991f1b34
Unverified
Commit
991f1b34
authored
2 years ago
by
Max Adamo
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of gitlab.geant.org:geant-devops/acme-downloader
parents
11295a15
f72c091d
No related branches found
No related tags found
No related merge requests found
Pipeline
#74670
passed
2 years ago
Stage: sonarqube
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci-psnc.yml
+2
-1
2 additions, 1 deletion
.gitlab-ci-psnc.yml
README.md
+1
-1
1 addition, 1 deletion
README.md
with
3 additions
and
2 deletions
.gitlab-ci-psnc.yml
+
2
−
1
View file @
991f1b34
...
...
@@ -11,7 +11,8 @@ variables:
ARTIFACT_NAME
:
acme-downloader
sonarqube
:
image
:
sonarsource/sonar-scanner-cli:${SONAR_SCANNER_CLI_VERSION}
# image: sonarsource/sonar-scanner-cli:${SONAR_SCANNER_CLI_VERSION}
image
:
sonarsource/sonar-scanner-cli:4.7
stage
:
sonarqube
only
:
-
master
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
−
1
View file @
991f1b34
...
...
@@ -79,7 +79,7 @@ You can add this code snippet inside `~/.gitconfig`:
pushall
-
tags
= !
git
remote
|
xargs
-
L1
git
push
--
tags
```
Y
ou can apply the change onto
`master`
branch.
Then y
ou can apply the change
s
onto
`master`
branch
and create a tag starting from branch master
.
If you want to create version 1.2.3, the commands below will trigger the CI and upload the files to Artifactory:
...
...
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