Test pre-release

This commit is contained in:
Gonzalo Acuña 2022-11-02 14:46:29 -03:00
parent 53e1e61453
commit 3144ac1817
No known key found for this signature in database
GPG Key ID: 646BA79A313A2270

View File

@ -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"