Skip to content

Commit

Permalink
Merge pull request #178 from ONSdigital/SPP-9387-Release-Versioning
Browse files Browse the repository at this point in the history
SPP-9387-Release-Versioning
  • Loading branch information
JasonBellONS authored Jul 18, 2023
2 parents 57154f7 + c0a9fe2 commit 78f28e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/tasks/build_and_deploy/build_files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@ run_linting(){
./get_design_system.sh
echo "Freezing flask"
}

git config --global user.email "[email protected]"
git config --global user.name "spp-shared-services"
if [ "$BUILD_TYPE" -eq 0 ]; then
run_linting
python freeze.py
elif [ "$BUILD_TYPE" -eq 1 ]; then
git config --global user.email "[email protected]"
git config --global user.name "spp-shared-services"
git fetch
run_linting
semantic-release publish --prerelease
else
git fetch
run_linting
semantic-release publish
fi

0 comments on commit 78f28e9

Please sign in to comment.