Skip to content

Commit 3ddd886

Browse files
try again
1 parent 75541a7 commit 3ddd886

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Earthfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@ integration-test-postgres:
7373

7474
integration-test-mysql:
7575
FROM +setup-base
76-
RUN apk del mariadb-client
77-
RUN apk add mysql-client
76+
RUN apk del mariadb-client && apk add mysql-client
7877

7978
DO +COMMON_SETUP_AND_MIX
8079

0 commit comments

Comments
 (0)