Skip to content

Commit 17e7d1c

Browse files
authored
Merge pull request #24 from AckeeDevOps/fix/source-path
Add source to profile
2 parents d80a9f2 + b234070 commit 17e7d1c

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
@@ -7,7 +7,7 @@ LABEL tag="ackee-gitlab" \
77
SHELL ["/bin/bash", "-c"]
88

99
RUN apt-get update && apt-get install -y \
10-
curl \
10+
curl \
1111
git \
1212
libgl1-mesa-glx \
1313
unzip \
@@ -132,7 +132,7 @@ RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.d
132132
ENV GITLAB_CI_UTILS_VERSION 2.7.0
133133
RUN curl -o helper_functions.sh "https://raw.githubusercontent.com/AckeeDevOps/gitlab-ci-utils/$GITLAB_CI_UTILS_VERSION/scripts/helper_functions.sh" \
134134
&& 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
135+
&& echo "source helper_functions.sh" >> /etc/profile \
136+
&& echo "source android_ci_functions.sh" >> /etc/profile
137137

138138
VOLUME /root/.gradle

0 commit comments

Comments
 (0)