forked from jestjs/jest
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Forcing Circle to run website build step, but not commit (jestjs#3390)
Remove currently selected language from dropdown Update Circle.yml Changing lines again Switching to manual install Fixed.
- Loading branch information
1 parent
91c5b95
commit 98fb73f
Showing
3 changed files
with
11 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,6 @@ dependencies: | |
fi | ||
- nvm install 4 | ||
- nvm install 6 | ||
- wget https://artifacts.crowdin.com/repo/deb/crowdin.deb -O crowdin.deb; sudo dpkg -i crowdin.deb | ||
|
||
cache_directories: | ||
- ~/.yarn | ||
|
@@ -43,8 +42,13 @@ deployment: | |
- git config --global user.email "[email protected]" | ||
- git config --global user.name "Website Deployment Script" | ||
- echo "machine github.com login jest-bot password $GITHUB_TOKEN" > ~/.netrc | ||
# crowdin install start | ||
- sudo apt-get install default-jre | ||
- wget https://artifacts.crowdin.com/repo/deb/crowdin.deb -O crowdin.deb | ||
- sudo dpkg -i crowdin.deb | ||
# crowdin install end | ||
# removed calls to "yarn crowdin-upload" and "yarn crowdin-download" because of an issue | ||
# with yarn not inheriting environment variables | ||
- cd website && crowdin-cli --config ../crowdin.yaml upload sources --auto-update -b master | ||
- cd website && crowdin-cli --config ../crowdin.yaml download -b master | ||
- cd website && crowdin --config ../crowdin.yaml upload sources --auto-update -b master | ||
- cd website && crowdin --config ../crowdin.yaml download -b master | ||
- cd website && GIT_USER=jest-bot npm run gh-pages |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters