Skip to content

Commit

Permalink
bug fixes & improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
ronylpatil committed May 4, 2024
1 parent 35511cc commit f77a5c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ jobs:
- name: Print Current Directory # for debuging purpoer, u can remove it
run: ls /home/runner/work/cicd/cicd

build&push_docker_image:
needs: download_model
build_push_docker_image:
needs: download_model # previous stage must be successfully completed (job dependency)
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit f77a5c6

Please sign in to comment.