Skip to content

Commit

Permalink
test 5 sha c2
Browse files Browse the repository at this point in the history
  • Loading branch information
dipinknair committed Jan 9, 2025
1 parent 164472b commit 744ffee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ jobs:
MECHANICAL_IMAGE: ${{ env.DOCKER_PACKAGE }}
run: |
docker pull ${{ env.MECHANICAL_IMAGE }}
docker run --restart always --name ${{ env.DOCKER_MECH_CONTAINER_NAME }} -e ANSYSLMD_LICENSE_FILE=1055@${{ env.LICENSE_SERVER }} -p ${{ env.PYMECHANICAL_PORT }}:10000 ${{ env.MECHANICAL_IMAGE }} > log.txt &
grep -q 'WB Initialize Done' <(timeout 60 tail -f log.txt)
- name: Display info
id: capture_info
Expand Down

0 comments on commit 744ffee

Please sign in to comment.