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