Skip to content

Commit

Permalink
debug 4
Browse files Browse the repository at this point in the history
  • Loading branch information
garciagenrique committed Dec 15, 2023
1 parent 799007c commit 0a2555e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-autobuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Docker Checkout
uses: actions/checkout@v4

- name: Format tag
- name: Format tag
id: format-tag
run: |
git clone https://github.com/vre-hub/vre.git
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 @@ -13,4 +13,3 @@ COPY requirements.txt add_reana_users.py generate_email_list.py /home/
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 @@ -14,4 +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 0a2555e

Please sign in to comment.