File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
* .gem
2
2
* .tar.gz
3
-
3
+ * .tar.bz2
Original file line number Diff line number Diff line change @@ -64,7 +64,6 @@ exec_as_git git config --global gc.auto 0
64
64
exec_as_git git config --global repack.writeBitmaps true
65
65
exec_as_git git config --global receive.advertisePushOptions true
66
66
67
-
68
67
# shallow clone gitlab-foss
69
68
echo " Cloning gitlab-foss v.${GITLAB_VERSION} ..."
70
69
exec_as_git git clone -q -b v${GITLAB_VERSION} --depth 1 ${GITLAB_CLONE_URL} ${GITLAB_INSTALL_DIR}
@@ -156,6 +155,7 @@ cd ${GITLAB_INSTALL_DIR}
156
155
157
156
# install gems, use local cache if available
158
157
if [[ -d ${GEM_CACHE_DIR} ]]; then
158
+ echo " Found local npm package cache..."
159
159
mv ${GEM_CACHE_DIR} ${GITLAB_INSTALL_DIR} /vendor/cache
160
160
chown -R ${GITLAB_USER} : ${GITLAB_INSTALL_DIR} /vendor/cache
161
161
fi
@@ -426,4 +426,4 @@ DEBIAN_FRONTEND=noninteractive apt-get purge -y --auto-remove ${BUILD_DEPENDENCI
426
426
rm -rf /var/lib/apt/lists/*
427
427
428
428
# clean up caches
429
- exec_as_git rm -rf ${GITLAB_HOME} /.cache
429
+ rm -rf ${GITLAB_HOME} /.cache ${GITLAB_HOME} /.bundle ${GITLAB_HOME} /go
You can’t perform that action at this time.
0 commit comments