Skip to content

Commit c9d4728

Browse files
authored
Merge pull request #117 from TurkNet/paramsgnz
update
2 parents bf514b7 + d9b7664 commit c9d4728

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docker-build-push.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ jobs:
4646
base_dir=$(echo $dir | cut -d'/' -f1)
4747
sub_dir=$(basename $dir)
4848
49-
if [[ "$sub_dir" == *"signoz"* ]]; then
50-
echo "Atlanıyor (signoz): $dir"
51-
continue
52-
fi
49+
# if [[ "$sub_dir" == *"signoz"* ]]; then
50+
# echo "Atlanıyor (signoz): $dir"
51+
# continue
52+
# fi
5353
5454
if [ "$base_dir" = "wolfios-base" ]; then
5555
image_name="tn-wolfios"

0 commit comments

Comments
 (0)