There was an error while loading. Please reload this page.
1 parent 363d738 commit a991b5cCopy full SHA for a991b5c
1 file changed
.github/workflows/fix_test_pr.yml
@@ -58,6 +58,12 @@ jobs:
58
- name: "Set frontend tag"
59
id: frontend_tag
60
run: docker container inspect $(docker container ls -aq) --format "{{.Config.Image}}" | grep -m 1 "victorycenterua/client:" | cut -d "-" -f2 | head -c -1
61
+ - name: Checkout
62
+ uses: actions/checkout@v2
63
+ with:
64
+ repository: ita-social-projects/VictoryCenter-DevOps
65
+ - name: list dirs
66
+ run: ls
67
manual_approval_rollback:
68
needs: stage_deploy
69
environment: stage
0 commit comments