Skip to content

Commit

Permalink
Switch from CircleCI to GitHub Actions
Browse files Browse the repository at this point in the history
Merge pull request #1057 from openfisca/github-actions
  • Loading branch information
HAEKADI authored Nov 2, 2021
2 parents 71847d0 + ff80338 commit 976c8c7
Show file tree
Hide file tree
Showing 10 changed files with 250 additions and 196 deletions.
187 changes: 0 additions & 187 deletions .circleci/config.yml

This file was deleted.

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

This file was deleted.

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/* openfisca_tasks/*.mk tasks/*.mk 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 976c8c7

Please sign in to comment.