Skip to content

Commit

Permalink
Removed circleci config update (#251)
Browse files Browse the repository at this point in the history
* Removed circleci config update

* Update rename-project.bash

Added manual steps message
  • Loading branch information
Sandhya1874 authored Nov 18, 2024
1 parent 6a8d93a commit 7de6dd2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions rename-project.bash
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,6 @@ sed -i -z -E \
mv "src/main/$BASE/$PACKAGE_NAME/HmppsTemplateKotlin.kt" "src/main/$BASE/$PACKAGE_NAME/$CLASS_NAME.kt"
mv "src/main/$BASE/$PACKAGE_NAME/config/HmppsTemplateKotlinExceptionHandler.kt" "src/main/$BASE/$PACKAGE_NAME/config/${CLASS_NAME}ExceptionHandler.kt"

# change cron job to be random time otherwise we hit rate limiting with veracode
RANDOM_HOUR=$((RANDOM % (9 - 3 + 1) + 3))
RANDOM_MINUTE=$(($RANDOM%60))
RANDOM_MINUTE2=$(($RANDOM%60))
sed -i -z -E \
-e "s/SLACK_RELEASES_CHANNEL/$SLACK_RELEASES_CHANNEL/" \
.circleci/config.yml

echo "NEEDS TO BE SET MANUALLY"
echo "========================"
Expand Down

0 comments on commit 7de6dd2

Please sign in to comment.