File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8585
8686 - name : Check that containers components are non terminating
8787 run : |
88- cd ${{ env.REGISTRY_PATH }} && go build -C tests/check_non_terminating -o flatten-parent
89- bash ${{ env.REGISTRY_PATH }}/tests/check_non_terminating.sh --stacksPath ${{ github.workspace }} --stackDirs current-repo
88+ go build -C ${{ env.REGISTRY_PATH }}/tests/check_non_terminating -o flatten-parent
89+ (cd ${{ env.REGISTRY_PATH }} && bash ${{ env.REGISTRY_PATH }}/tests/check_non_terminating.sh --stacksPath $(pwd) --stackDirs current-repo)
90+
91+ # cd ${{ env.REGISTRY_PATH }} && go build -C tests/check_non_terminating -o flatten-parent
92+ # bash ${{ env.REGISTRY_PATH }}/tests/check_non_terminating.sh --stacksPath ${{ github.workspace }} --stackDirs current-repo
9093
9194 odov3 :
9295 name : with odo v3
You can’t perform that action at this time.
0 commit comments