Skip to content

Commit 086fbec

Browse files
authored
Simpler Docker installation in CI (#367)
1 parent 285966f commit 086fbec

File tree

2 files changed

+1
-29
lines changed

2 files changed

+1
-29
lines changed

.github/scripts/install-docker.bash

Lines changed: 0 additions & 23 deletions
This file was deleted.

.github/workflows/deploy-penny.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,7 @@ jobs:
5151
key: "penny-release-static-build-${{ runner.os }}-${{ github.event.after }}"
5252

5353
- name: Install Docker
54-
run: |
55-
# Make scripts executable
56-
chmod +x ./.github/scripts/*
57-
58-
# Install Docker
59-
./.github/scripts/install-docker.bash
54+
run: curl -fsSL https://get.docker.com | bash
6055

6156
- name: Configure AWS credentials
6257
uses: aws-actions/configure-aws-credentials@v4

0 commit comments

Comments
 (0)