Removed docker info from .gitlab-ci.yml
This commit is contained in:
parent
ee2a48d874
commit
001285e077
|
@ -1,7 +1,7 @@
|
||||||
image: gitlab/dind
|
image: gitlab/dind
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- docker info
|
# - docker info
|
||||||
- export REV=$(git rev-list HEAD --count)
|
- export REV=$(git rev-list HEAD --count)
|
||||||
- export BUILDDATE=$(date)
|
- export BUILDDATE=$(date)
|
||||||
- export BRANCH=$CI_COMMIT_REF_SLUG
|
- export BRANCH=$CI_COMMIT_REF_SLUG
|
||||||
|
|
Loading…
Reference in New Issue