Skip to content

Commit

Permalink
debug 5
Browse files Browse the repository at this point in the history
  • Loading branch information
garciagenrique committed Dec 15, 2023
1 parent 7189330 commit df83252
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/docker-autobuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,10 @@ jobs:
containers+=("\"${tmp_dir}\"")
done
container_list=`echo "[${containers[@]}]" | sed 's/ /,/g'`
echo "Updated containers list: $container_list"
echo "container_list=$containers" >> $GITHUB_OUTPUT
CONT_LIST=`echo "[${containers[@]}]" | sed 's/ /,/g'`
echo "Updated containers list: $CONT_LIST"
echo ::set-output name=container_list::$CONT_LIST
outputs:
modified_containers: ${{ steps.format-output.outputs.container_list }}
Expand Down
2 changes: 0 additions & 2 deletions containers/iam-reana-sync/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,3 @@ COPY requirements.txt add_reana_users.py generate_email_list.py /home/
RUN pip install -r /home/requirements.txt

ENTRYPOINT ["/bin/bash"]


2 changes: 0 additions & 2 deletions containers/iam-rucio-sync/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,3 @@ COPY requirements.txt sync_iam_rucio.py iam-sync.conf /home/
RUN pip install -r /home/requirements.txt

ENTRYPOINT ["/bin/bash"]


0 comments on commit df83252

Please sign in to comment.