Skip to content

Commit

Permalink
Merge branch 'master' into neutralize-variable-in-test
Browse files Browse the repository at this point in the history
  • Loading branch information
benjello authored Dec 14, 2021
2 parents b9984f2 + 601a397 commit 938ca81
Show file tree
Hide file tree
Showing 58 changed files with 1,666 additions and 525 deletions.
176 changes: 0 additions & 176 deletions .circleci/config.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .circleci/publish-python-package.sh

This file was deleted.

8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 2
updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: monthly
labels:
- kind:dependencies
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /usr/bin/env bash

IGNORE_DIFF_ON="README.md CONTRIBUTING.md Makefile .gitignore LICENSE* .circleci/* .github/* tests/*"
IGNORE_DIFF_ON="README.md CONTRIBUTING.md Makefile .gitignore LICENSE* .github/* tests/* openfisca_tasks/*.mk tasks/*.mk"

last_tagged_commit=`git describe --tags --abbrev=0 --first-parent` # --first-parent ensures we don't follow tags not published in master through an unlikely intermediary merge commit

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /usr/bin/env bash

if [[ $CIRCLE_BRANCH == master ]]
if [[ ${GITHUB_REF#refs/heads/} == master ]]
then
echo "No need for a version check on master."
exit 0
Expand Down
File renamed without changes.
Loading

0 comments on commit 938ca81

Please sign in to comment.