Skip to content
This repository has been archived by the owner on Dec 14, 2020. It is now read-only.

Commit

Permalink
[GradeUP] ...
Browse files Browse the repository at this point in the history
  • Loading branch information
nolte committed Jan 5, 2019
1 parent b4dad00 commit 9dd5212
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
echo "File not found!"
releaseBranch="$(cat /tmp/workspaces/release_build.txt)"
git push origin release/$releaseBranch
git push origin $ ${CIRCLE_BRANCH}
git push origin ${CIRCLE_BRANCH}
fi
check_grade_up_build:
<<: *container_python
Expand Down Expand Up @@ -250,7 +250,9 @@ jobs:
name: create github pre-release
command: |
CURRENT_VERSION="$(cat /tmp/workspaces/current_version.txt)"
message="$(cat /tmp/workspaces/changelog/CHANGELOG.md)"
ls -all /tmp/workspaces
message="$(cat /tmp/workspaces/CHANGELOG.md)"
changelog/CHANGELOG.md
github-release release \
--user ${CIRCLE_PROJECT_USERNAME} \
--repo ${CIRCLE_PROJECT_REPONAME} \
Expand Down

0 comments on commit 9dd5212

Please sign in to comment.