Skip to content

Commit cca7cf1

Browse files
committed
Use the exact CI build image hash when building releases, include unzip
1 parent 2a50c79 commit cca7cf1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
build_tag_release:
2-
image: greenaddress/wallycore:fc18366c4da94ea7fe328650709e39a1133595f4b998b9c992f700c4f392c1e7
2+
image: greenaddress/wallycore@sha256:48a02e07aa1264a549413c2c2f765d183c53d660b450db245d2444751622cd21
33
artifacts:
44
name: wallycore-android-jni
55
when: on_success

contrib/stretch_deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ update-java-alternatives -s java-1.8.0-openjdk-amd64
1313

1414
cd /opt && curl -sSO https://dl.google.com/android/repository/${NDK_FILENAME} && unzip -qq ${NDK_FILENAME} && rm ${NDK_FILENAME}
1515

16-
apt-get remove --purge curl unzip -yqq
16+
apt-get remove --purge curl -yqq
1717
apt-get -yqq autoremove
1818
apt-get -yqq clean
1919
rm -rf /var/lib/apt/lists/* /var/cache/* /tmp/* /usr/share/locale/* /usr/share/man /usr/share/doc /lib/xtables/libip6*

0 commit comments

Comments
 (0)