We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd0c498 commit 540c897Copy full SHA for 540c897
.github/workflows/nightly_docker_test.yml
@@ -125,9 +125,8 @@ jobs:
125
username: ${{ github.actor }}
126
password: ${{ secrets.GITHUB_TOKEN }}
127
128
- - name: Download Geometry service container (always latest version)
+ - name: Download Geometry service container
129
run: |
130
- docker image rm $env:ANSRV_GEO_IMAGE_WINDOWS_CORE_TAG
131
docker pull $env:ANSRV_GEO_IMAGE_WINDOWS_CORE_TAG
132
133
- name: Start Geometry service and verify start
0 commit comments