Skip to content

Commit 540c897

Browse files
committed
ci: remove unnecessary command
1 parent cd0c498 commit 540c897

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/nightly_docker_test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,8 @@ jobs:
125125
username: ${{ github.actor }}
126126
password: ${{ secrets.GITHUB_TOKEN }}
127127

128-
- name: Download Geometry service container (always latest version)
128+
- name: Download Geometry service container
129129
run: |
130-
docker image rm $env:ANSRV_GEO_IMAGE_WINDOWS_CORE_TAG
131130
docker pull $env:ANSRV_GEO_IMAGE_WINDOWS_CORE_TAG
132131
133132
- name: Start Geometry service and verify start

0 commit comments

Comments
 (0)