Test pre-release
This commit is contained in:
parent
53e1e61453
commit
3144ac1817
@ -41,14 +41,14 @@ replaceVars(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
## Call the checkPackages function for each repository
|
## Call the checkPackages function for each repository
|
||||||
if checkPackages "production"; then
|
if checkPackages "pre-release"; then
|
||||||
echo "production"
|
|
||||||
replaceVars "production"
|
|
||||||
exit 0
|
|
||||||
elif checkPackages "pre-release"; then
|
|
||||||
echo "pre-release"
|
echo "pre-release"
|
||||||
replaceVars "pre-release"
|
replaceVars "pre-release"
|
||||||
exit 0
|
exit 0
|
||||||
|
elif checkPackages "production"; then
|
||||||
|
echo "production"
|
||||||
|
replaceVars "production"
|
||||||
|
exit 0
|
||||||
elif checkPackages "staging"; then
|
elif checkPackages "staging"; then
|
||||||
echo "staging"
|
echo "staging"
|
||||||
replaceVars "staging"
|
replaceVars "staging"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user