Skip to content

Commit a6a6983

Browse files
committed
chore(): bad syntax
Copaste from Jenkinsfile is not a good idea
1 parent 3c35076 commit a6a6983

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ RUN apk add --quiet --no-cache libstdc++ bash && \
5858
rm -rf /var/cache/* /tmp/*
5959

6060
# This accepts the licenses, please keep that in mind, you have to conform to the license.
61-
RUN sh 'mkdir "$ANDROID_HOME/licenses" || true' \
62-
sh 'echo -e "\n8933bad161af4178b1185d1a37fbf41ea5269c55" > "$ANDROID_HOME/licenses/android-sdk-license"' \
63-
sh 'echo -e "\n84831b9409646a918e30573bab4c9c91346d8abd" > "$ANDROID_HOME/licenses/android-sdk-preview-license"'
61+
RUN mkdir "$ANDROID_HOME/licenses" \
62+
echo -e "\n8933bad161af4178b1185d1a37fbf41ea5269c55" > "$ANDROID_HOME/licenses/android-sdk-license"\
63+
echo -e "\n84831b9409646a918e30573bab4c9c91346d8abd" > "$ANDROID_HOME/licenses/android-sdk-preview-license"

0 commit comments

Comments
 (0)