Skip to content

Commit

Permalink
Merge pull request #102 from govCMS/feat/devops-618
Browse files Browse the repository at this point in the history
Remove the Github Actions configuration on init.
  • Loading branch information
steveworley authored Sep 4, 2024
2 parents 40de5aa + bb5adae commit 59c102c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/scaffold-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ echo "[info]: Cleaning up"
mv ".docker/Dockerfile.$GOVCMS_TYPE" .docker/Dockerfile.cli
mv ".docker/Dockerfile.solr.$GOVCMS_TYPE" .docker/Dockerfile.solr

# Remove the GitHub Actions CI configuration.
rm -rf .github

if [[ "$GOVCMS_TYPE" == "paas" ]]; then
rm .docker/Dockerfile*saas*
rm -r themes
Expand Down

0 comments on commit 59c102c

Please sign in to comment.