Skip to content

Commit f2cbdf6

Browse files
remove redundancy
1 parent 56bc0d9 commit f2cbdf6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

azure-pipelines.yml

-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ jobs:
55
- bash: |
66
docker login -u $(DOCKER_USERNAME) -p $(DOCKER_PASSWORD)
77
cd dockerfiles
8-
make docker_pull_cpu
98
make docker_build_cpu
109
./push.sh docker_push_cpu
1110
- job: GPU
@@ -14,7 +13,6 @@ jobs:
1413
- bash: |
1514
docker login -u $(DOCKER_USERNAME) -p $(DOCKER_PASSWORD)
1615
cd dockerfiles
17-
make docker_pull_gpu
1816
make docker_build_gpu
1917
./push.sh docker_push_gpu
2018
- job: Update_Microbadger

0 commit comments

Comments
 (0)