Skip to content

Commit

Permalink
chore: no longer store ee artifacts in circleCI (#9426)
Browse files Browse the repository at this point in the history
  • Loading branch information
eecsliu committed Jun 3, 2024
1 parent a45aa1e commit d50433d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .circleci/real_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1663,8 +1663,6 @@ jobs:
tools/scripts/retry.sh make -C model_hub publish-docker-dev
fi
- run: mkdir /tmp/pkgs && cp -v */dist/*.{rpm,deb,tar.gz} /tmp/pkgs
- store_artifacts:
path: /tmp/pkgs

package-and-push-system-dev-small:
docker:
Expand Down Expand Up @@ -1751,8 +1749,6 @@ jobs:
- run: make -C master publish-ee
- run: make -C agent publish-ee
- run: mkdir /tmp/pkgs && cp -v */dist/*.{rpm,deb,tar.gz} /tmp/pkgs
- store_artifacts:
path: /tmp/pkgs

package-and-push-system-release:
docker:
Expand Down Expand Up @@ -1812,8 +1808,6 @@ jobs:
no_output_timeout: 30m
command: make -C agent release-ee
- run: mkdir /tmp/pkgs && cp -v */dist/*.{rpm,deb,tar.gz} /tmp/pkgs
- store_artifacts:
path: /tmp/pkgs

publish-helm-gh:
parameters:
Expand Down

0 comments on commit d50433d

Please sign in to comment.