This repository was archived by the owner on Sep 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +0
-64
lines changed Expand file tree Collapse file tree 2 files changed +0
-64
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments