Skip to content

Commit

Permalink
fix ci version update on preview build
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancYescO committed Jan 24, 2022
1 parent 51d2129 commit e602dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/3-update_autobuild_ver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ if [ "$CI" == "true" ]; then
echo $version > $build_type_name.version
fi

if [ $build_type_name == "PREVIEW" ] || [ $build_type_name == "STABLE" ] || [ $build_type_name == "DEV" ]; then
if [ $build_type_name == "STABLE" ] || [ $build_type_name == "DEV" ]; then
echo $version > latest.version
git add -A;
else
Expand Down

0 comments on commit e602dd8

Please sign in to comment.