ci(gitlab-ci): do full pull for dynamic pre-setup job
This commit is contained in:
parent
120e00ea2e
commit
db515f0041
@ -61,6 +61,7 @@ setup:dynamic:
|
||||
- apt-get -y update
|
||||
- apt-get -y install git
|
||||
variables:
|
||||
GIT_STRATEGY: pull
|
||||
GIT_LOG_COMMAND: 'git log --max-count=1 --date=format:%Y-%m-%dT%H-%M --pretty=format:%cd'
|
||||
script:
|
||||
- FRONTEND_IMAGE_VERSION=`${GIT_LOG_COMMAND} ${FRONTEND_IMAGE_DEPENDENCIES} | tee frontend-image-version`
|
||||
|
||||
Reference in New Issue
Block a user