Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit b06428c

Browse files
committed
Remove Unused Docker build
1 parent 756882f commit b06428c

File tree

2 files changed

+0
-64
lines changed

2 files changed

+0
-64
lines changed

.circleci/config.yml

Lines changed: 0 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.circleci/config.yml.in

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -81,27 +81,6 @@ jobs:
8181
name: .circleci/config.yml not in sync with config.yml.in! Run '$ python .circleci/regenerate.py' to fix this.
8282
command: exit 1
8383

84-
smoke_test_docker_image_build:
85-
machine:
86-
image: ubuntu-1604:201903-01
87-
resource_class: large
88-
environment:
89-
image_name: torchtext/smoke_test
90-
steps:
91-
- checkout
92-
- run:
93-
name: Build and push Docker image
94-
no_output_timeout: "1h"
95-
command: |
96-
set +x
97-
echo "${DOCKER_HUB_TOKEN}" | docker login --username "${DOCKER_HUB_USERNAME}" --password-stdin
98-
set -x
99-
cd .circleci/smoke_test/docker && docker build . -t ${image_name}:${CIRCLE_WORKFLOW_ID}
100-
docker tag ${image_name}:${CIRCLE_WORKFLOW_ID} ${image_name}:latest
101-
docker push ${image_name}:${CIRCLE_WORKFLOW_ID}
102-
docker push ${image_name}:latest
103-
104-
10584
stylecheck:
10685
<<: *binary_common
10786
docker:
@@ -120,14 +99,3 @@ workflows:
12099
lint:
121100
jobs:
122101
- circleci_consistency
123-
docker_build:
124-
triggers:
125-
- schedule:
126-
cron: "0 10 * * 0"
127-
filters:
128-
branches:
129-
only:
130-
- main
131-
jobs:
132-
- smoke_test_docker_image_build:
133-
context: org-member

0 commit comments

Comments
 (0)