We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ac4281 commit 4d6b38eCopy full SHA for 4d6b38e
2 files changed
.circleci/config.yml
@@ -43,8 +43,7 @@ workflows:
43
test_and_deploy:
44
jobs:
45
- test
46
- - deploy
47
- # - deploy:
48
- # requires:
49
- # - test
+ - deploy:
+ requires:
+ - test
50
scripts/release.sh
@@ -25,7 +25,8 @@ then
25
python scripts/update_website_version.py
26
27
echo "Pushing to Github"
28
- ghr -t $GITHUB_TOKEN -u bcaldwell -r devctl $BUILD_VERSION dist/release/
+ # requires $GITHUB_TOKEN
29
+ ghr -u bcaldwell -r devctl $BUILD_VERSION dist/release/
30
31
32
cd "$HOME/devctl.github.io"
0 commit comments