Skip to content

Uninstall aws and reinstall using pip #1271

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 28, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,17 @@ workflows:
set -ex
./gradlew :arrow-docs:runAnk
- script:
deps:
apt_get:
- name: awscli
bin_name: aws
title: deploy
inputs:
- content: |-
#!/usr/bin/env bash
set -ex
bundle install --gemfile modules/docs/arrow-docs/Gemfile --path vendor/bundle
export BUNDLE_GEMFILE=modules/docs/arrow-docs/Gemfile
export JEKYLL_ENV=production
bundle exec jekyll build -s modules/docs/arrow-docs/build/site -d modules/docs/arrow-docs/build/_site
aws s3 sync modules/docs/arrow-docs/build/_site s3://$S3_BUCKET > aws_sync_jekyll.log
title: deploy
inputs:
- content: |-
#!/usr/bin/env bash
set -ex
aws --version
apt remove -y awscli
pip install awscli
/usr/local/bin/aws --version
bundle install --gemfile modules/docs/arrow-docs/Gemfile --path vendor/bundle
export BUNDLE_GEMFILE=modules/docs/arrow-docs/Gemfile
export JEKYLL_ENV=production
bundle exec jekyll build -s modules/docs/arrow-docs/build/site -d modules/docs/arrow-docs/build/_site
/usr/local/bin/aws s3 sync modules/docs/arrow-docs/build/_site s3://$S3_BUCKET > aws_sync_jekyll.log