Skip to content
Snippets Groups Projects
Unverified Commit 991f1b34 authored by Max Adamo's avatar Max Adamo
Browse files

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
......@@ -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
......
......@@ -79,7 +79,7 @@ You can add this code snippet inside `~/.gitconfig`:
pushall-tags = !git remote | xargs -L1 git push --tags
```
You can apply the change onto `master` branch.
Then you can apply the changes 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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment