Skip to content

Commit

Permalink
Optimize the updater logic without a specific version in each step an…
Browse files Browse the repository at this point in the history
…d fix missing or invalid packages after upgrade #33
  • Loading branch information
Natshah committed Nov 18, 2020
1 parent 7e36632 commit 83212b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions config/update-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@
"event_log_track_user"
]
},
"8.8.*": {
"from": "8.8.*",
"to": "8.8.*",
"8.8.7": {
"from": "8.8.7",
"to": "8.8.7",
"composer-project-json-url": "8.8.7"
}
}
2 changes: 1 addition & 1 deletion scripts/update/update-varbase.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
BASEDIR=$(pwd);

echo "$(tput setaf 2)Checking composer version and updating if needed:$(tput sgr 0)";
composer self-update --1;
composer self-update --2;
echo "$(tput setaf 2)Checking varbase-updater version and updating if needed:$(tput sgr 0)";
composer update vardot/varbase-updater;

Expand Down

0 comments on commit 83212b4

Please sign in to comment.