summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-02-24 09:59:15 -0700
committermo khan <mo.khan@gmail.com>2020-02-24 16:41:50 -0700
commit39afdc40296871d9f7c1732ff3f7e1e3b7b28bbe (patch)
tree8f547ce1077b89c732411fc28c4a9efa6730ceca /.gitlab-ci.yml
parent525d7cb9a30bb14306d6a00919dc25313c632b64 (diff)
Exclude development/test dependenciesv2.5.2
* Remove develoment and test dependencies from java-maven fixtures * Ensure that ruby projects with bundler 2.0 are scannable * Update CHANGELOG * Assign @errors ivar for error message * Remove --cache-from * Use default ruby and install bundler conservatively * Install gems to local path * Add --no-prepare when gems are installed * Print ruby, rubygems and bundler version
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b29663d..deb4123 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,8 +27,7 @@ build commit:
script:
- docker info
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
- - docker pull $CI_REGISTRY_IMAGE:edge || true
- - docker build --cache-from $CI_REGISTRY_IMAGE:edge -t $TMP_IMAGE .
+ - docker build -t $TMP_IMAGE .
- docker push $TMP_IMAGE
container_scanning: