Skip to content

Commit

Permalink
NH-37575: migrate to GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
cleverchuk committed Jun 14, 2024
1 parent 11944c2 commit 8b33014
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,8 @@ jobs:
java-version: '17'
distribution: 'temurin'

- name: Install jq # this is needed for the aws steps to work
run: apt-get update && apt-get install -y --no-install-recommends jq
# - name: Install jq # this is needed for the aws steps to work
# run: apt-get update && apt-get install -y --no-install-recommends jq && rm -rf /var/lib/apt/lists/*

- name: Aws setup
uses: aws-actions/configure-aws-credentials@v4
Expand Down

0 comments on commit 8b33014

Please sign in to comment.