Added ls -al to identify mod of files during build
This commit is contained in:
parent
138c92d24a
commit
5564836e22
@ -16,6 +16,7 @@ before_script:
|
||||
- docker info
|
||||
- docker version
|
||||
- echo "$CI_JOB_TOKEN" | docker login -u "$CI_REGISTRY_USER" "$CI_REGISTRY" --password-stdin
|
||||
- ls -alR .
|
||||
|
||||
test:
|
||||
stage: test
|
||||
|
Reference in New Issue
Block a user