File tree 2 files changed +10
-3
lines changed
2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 45
45
46
46
# Fetch origin/master so that we can diff when checking coding style.
47
47
git remote set-branches --add origin ${TARGET_BRANCH}
48
- git fetch origin ${TARGET_BRANCH} --no-recurse-submodules
48
+ git fetch origin ${TARGET_BRANCH} --no-recurse-submodules --tags
49
49
50
50
TARGET_BRANCH=origin/${TARGET_BRANCH}
51
51
Original file line number Diff line number Diff line change 17
17
FROM ubuntu:22.04@sha256:0eb0f877e1c869a300c442c41120e778db7161419244ee5cbc6fa5f134e74736
18
18
ENV DEBIAN_FRONTEND=noninteractive
19
19
20
- RUN apt-get update && apt-get upgrade -y &&\
21
- apt-get install -y wget nano rsync curl gnupg2 jq unzip bzip2 &&\
20
+ RUN apt-get update && apt-get install -y \
21
+ wget \
22
+ nano \
23
+ rsync \
24
+ curl \
25
+ gnupg2 \
26
+ jq \
27
+ unzip \
28
+ bzip2 &&\
22
29
rm -r /var/lib/apt/lists/*
23
30
24
31
# Install gcc8-arm-none-eabi
You can’t perform that action at this time.
0 commit comments