Skip to content

Commit

Permalink
chore: work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Apr 20, 2021
1 parent 2573889 commit 03822a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
echo "export CI_BRANCH=${CIRCLE_BRANCH}" >> $BASH_ENV
echo "export CI_BUILD_NUMBER=${CIRCLE_BUILD_NUM}" >> $BASH_ENV
echo "export CI_COMMIT=${CIRCLE_SHA1}" >> $BASH_ENV
echo "export CI_COMMIT_SHORT=${CIRCLE_SHA1:0:8}" >> $BASH_ENV
echo "export CI_TAG=${CIRCLE_TAG}" >> $BASH_ENV
- run:
name: Check package version
Expand Down
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,13 @@ for:
- yarn

before_build:
- export CI_COMMIT_SHORT=${CI_COMMIT:0:8}
- export GIT_COMMIT_LOG=`git log -1 --format='%ci %H %s'`
- sh: |
echo "$CI_BUILD_NUMBER"
echo "$CI_BRANCH"
echo "$CI_COMMIT"
echo "$CI_COMMIT_SHORT"
echo "$CI_TAG"
echo "$GIT_COMMIT_LOG"
Expand Down

0 comments on commit 03822a7

Please sign in to comment.