Skip to content

Commit 6ebf358

Browse files
author
Patrick Schwager
committed
debug
1 parent 69c5100 commit 6ebf358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ jobs:
3838
password: ${{ secrets.GITHUB_TOKEN }}
3939
- name: Build and Push Docker images
4040
run: |
41-
ls -l
4241
modules=("weather-agent news-agent productsearch-agent techspec-agent reportgenerate-agent")
4342
version=$(grep '^version=' gradle.properties | awk -F= '{print $2}')
43+
set -x
4444
for module in "${modules[@]}"; do
4545
docker build --build-arg VERSION=$version -f $module/Dockerfile -t ghcr.io/eclipse-lmos/$module:$version $module
4646
docker push ghcr.io/eclipse-lmos/$module:$version

0 commit comments

Comments
 (0)