Skip to content

Commit

Permalink
attempt to fix s3 gem
Browse files Browse the repository at this point in the history
  • Loading branch information
wbrunette committed Oct 26, 2021
1 parent dcb570a commit b93bf39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ jobs:
name: Install deploy requirements
command: |
if [[ "$CIRCLE_PROJECT_USERNAME" == "odk-x" ]]; then \
sudo apt-get update --allow-releaseinfo-change --fix-missing
sudo apt-get install -y software-properties-common
wget -qO - https://adoptopenjdk.jfrog.io/adoptopenjdk/api/gpg/key/public | sudo apt-key add -
sudo add-apt-repository --yes https://adoptopenjdk.jfrog.io/adoptopenjdk/deb/
Expand Down

0 comments on commit b93bf39

Please sign in to comment.