We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ade0b0 + cedb4ee commit d80a9f2Copy full SHA for d80a9f2
1 file changed
Dockerfile
@@ -128,4 +128,11 @@ RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.d
128
&& apt-get install -y git-lfs \
129
&& git lfs install
130
131
+# add gitlab helper functions
132
+ENV GITLAB_CI_UTILS_VERSION 2.7.0
133
+RUN curl -o helper_functions.sh "https://raw.githubusercontent.com/AckeeDevOps/gitlab-ci-utils/$GITLAB_CI_UTILS_VERSION/scripts/helper_functions.sh" \
134
+ && curl -o android_ci_functions.sh "https://raw.githubusercontent.com/AckeeCZ/android-gitlab-ci-scripts/v1.0.0/android_ci_functions.sh" \
135
+ && echo "source helper_functions.sh" >> ~/.bashrc \
136
+ && echo "source android_ci_functions.sh" >> ~/.bashrc
137
+
138
VOLUME /root/.gradle
0 commit comments