Skip to content

Commit

Permalink
Fix double add of collector modules and probes (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
robbycochran authored Feb 13, 2020
1 parent 6f3d654 commit e7b61a5
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -736,15 +736,11 @@ jobs:
docker build \
-t "stackrox/collector-rhel:${COLLECTOR_VERSION}-base" \
"${build_args[@]}" \
-f container/rhel/Dockerfile \
container/rhel
docker build \
-t "stackrox/collector-rhel:${COLLECTOR_VERSION}" \
-t "stackrox/collector-rhel:${COLLECTOR_VERSION}-latest" \
"${build_args[@]}" \
container-combined
-f container/rhel/Dockerfile \
container/rhel
- run:
name: Sanity check images
Expand Down

0 comments on commit e7b61a5

Please sign in to comment.