Skip to content

Commit

Permalink
Merge pull request #2 from ministryofjustice/project-initialisation
Browse files Browse the repository at this point in the history
Updating rename project script as circleCI is no recommended
  • Loading branch information
adamhughes86 authored Nov 19, 2024
2 parents 82acd69 + 882e7fe commit d63d260
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions rename-project.bash
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@ sed -i -z -E \
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

# lastly remove ourselves
rm rename-project.bash
Expand Down

0 comments on commit d63d260

Please sign in to comment.