Skip to content

Commit 6180598

Browse files
author
Lucas Yoon
committed
test ci 5
1 parent 94f93f9 commit 6180598

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/validate-with-registry.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,7 @@ jobs:
8686
- name: Check that containers components are non terminating
8787
run: |
8888
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
89+
(cd ${{ env.REGISTRY_PATH }} && bash ${{ env.REGISTRY_PATH }}/tests/check_non_terminating.sh --stacksPath ${{ github.workspace }} --stackDirs current-repo)
9390
9491
odov3:
9592
name: with odo v3

devfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
'Python is an interpreted, object-oriented, high-level programming language with dynamic semantics.
99
Its high-level built in data structures, combined with dynamic typing and dynamic binding, make it very attractive for Rapid Application Development, as well as for use as a scripting or glue language to connect existing components together.'
1010
language: Python
11-
version: 1.0.1
11+
# version: 1.0.1
1212
provider: Red Hat
1313
tags:
1414
- Python

0 commit comments

Comments
 (0)