Skip to content

Commit

Permalink
debug 3
Browse files Browse the repository at this point in the history
  • Loading branch information
garciagenrique committed Dec 15, 2023
1 parent e4155ec commit 727417b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker-autobuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ jobs:
containers+=("\"${tmp_dir}\"")
done
echo "first echo $containers"
container_list=`echo "[${containers[@]}]" | sed 's/ /,/g'`
echo "second echo $containers"
echo "Updated containers list: $container_list"
echo "container_list=$containers" >> $GITHUB_OUTPUT
Expand All @@ -60,7 +58,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
containers: ${{ fromJson(needs.build-matrix-from-changed-dirs.outputs.modified_containers) }}
containers: ${{ fromJSON(needs.build-matrix-from-changed-dirs.outputs.modified_containers) }}

permissions:
contents: read
Expand Down
1 change: 0 additions & 1 deletion containers/iam-reana-sync/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ RUN pip install -r /home/requirements.txt

ENTRYPOINT ["/bin/bash"]


1 change: 0 additions & 1 deletion containers/iam-rucio-sync/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ RUN pip install -r /home/requirements.txt

ENTRYPOINT ["/bin/bash"]


0 comments on commit 727417b

Please sign in to comment.