Merge pull request 'fix(scripts): déclaration de variables project' (#239) from vlbeaudoin/fix/docker-tag-scripts-project-var into main
Reviewed-on: #239
This commit is contained in:
commit
6c3bd53bb3
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
||||||
# $2 = minor
|
# $2 = minor
|
||||||
# $3 = patch
|
# $3 = patch
|
||||||
|
|
||||||
$project=git.agecem.com/agecem/agecem-org
|
project='git.agecem.com/agecem/agecem-org'
|
||||||
|
|
||||||
major=$1
|
major=$1
|
||||||
minor=$2
|
minor=$2
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
# $2 = minor
|
# $2 = minor
|
||||||
# $3 = patch
|
# $3 = patch
|
||||||
|
|
||||||
$project=git.agecem.com/agecem/agecem-org
|
project='git.agecem.com/agecem/agecem-org'
|
||||||
|
|
||||||
major=$1
|
major=$1
|
||||||
minor=$2
|
minor=$2
|
||||||
|
|
Loading…
Add table
Reference in a new issue