mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
build: look for gem cache in "${GITLAB_BUILD_DIR}/cache
This commit is contained in:
parent
b2b7ba5ca7
commit
8344978162
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
GEM_CACHE_DIR="${GITLAB_BUILD_DIR}/cache.${GITLAB_VERSION%.*}"
|
||||
GEM_CACHE_DIR="${GITLAB_BUILD_DIR}/cache"
|
||||
|
||||
BUILD_DEPENDENCIES="gcc g++ make patch pkg-config cmake paxctl \
|
||||
libc6-dev ruby2.1-dev golang-go \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user