Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Neff <[email protected]>
  • Loading branch information
andyneff committed Jan 23, 2024
1 parent 3796a26 commit 9b18991
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,12 @@ jobs:
d;}' ./new_just
done
# Create a dummy circleci config for gh-pages, to make it happy
mkdir .circleci
printf 'version: 2.1\norbs:\n welcome: circleci/[email protected]\nworkflows:\n' > .circleci/config.yml
printf ' nothing:\n jobs:\n - welcome/run:\n filters:\n' >> .circleci/config.yml
printf ' branches:\n ignore:\n - gh-pages\n' >> .circleci/config.yml
git add --all
if [ "$(git status --porcelain -uno | wc -l)" != "0" ]; then
git config --global user.email "[email protected]" > /dev/null 2>&1
Expand Down

0 comments on commit 9b18991

Please sign in to comment.