Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Fix CircleCI fo real
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu committed Feb 25, 2021
1 parent 5bce413 commit 80486d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/env
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ export BITBUCKET_REPO_SLUG=""
export BITBUCKET_PR_ID=""
export BITBUCKET_COMMIT=""
export GITHUB_ACTIONS=""
export GITHUB_HEAD_REF=""
export CODEBUILD_CI=""
export CODEBUILD_WEBHOOK_HEAD_REF=""
export CODEBUILD_RESOLVED_SOURCE_VERSION=""
Expand Down
3 changes: 3 additions & 0 deletions tests/test
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ fi

_CIRCLECI=$CIRCLECI
_GITHUB_ACTIONS=$GITHUB_ACTIONS
_GITHUB_HEAD_REF=$GITHUB_HEAD_REF

export PATH=$PWD:$PATH

Expand Down Expand Up @@ -228,6 +229,7 @@ function test_upload () {
elif [ "$_GITHUB_ACTIONS" != "" ];
then
export GITHUB_ACTIONS=$_GITHUB_ACTIONS
export GITHUB_HEAD_REF=$_GITHUB_HEAD_REF
fi

export VERSION=$VERSION
Expand All @@ -248,6 +250,7 @@ function test_direct_upload () {
elif [ "$_GITHUB_ACTIONS" != "" ];
then
export GITHUB_ACTIONS=$_GITHUB_ACTIONS
export GITHUB_HEAD_REF=$_GITHUB_HEAD_REF
fi

export VERSION=$VERSION
Expand Down

0 comments on commit 80486d0

Please sign in to comment.