Skip to content

Commit 2d98e15

Browse files
committed
more debug
Signed-off-by: Charalampos Mainas <charalampos.mainas@gmail.com>
1 parent 36e2048 commit 2d98e15

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build_and_manifest.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ jobs:
2828
echo "${{ fromJSON(inputs.changed)['hello-world'].unikraft }}"
2929
echo "${{ fromJSON(inputs.changed).hello-world.unikraft }}"
3030
31-
- name: Print debug
32-
run: |
33-
echo ${{ join(fromJSON(inputs.changed), ' ') }}
34-
echo ${{ (fromJSON(inputs.changed.hello-world), ' ') }}
35-
echo ${{ join(fromJSON(inputs.changed)['hello-world'].unikraft, '') }}
31+
#- name: Print debug
32+
# run: |
33+
# echo ${{ join(fromJSON(inputs.changed), ' ') }}
34+
# echo ${{ (fromJSON(inputs.changed.hello-world), ' ') }}
35+
# echo ${{ join(fromJSON(inputs.changed)['hello-world'].unikraft, '') }}
3636

3737
build-image-amd64:
3838
name: Build and push image

0 commit comments

Comments
 (0)