Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
scrasmussen committed Jul 25, 2024
1 parent 4b298bc commit 2a197a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci_test_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on: [pull_request,workflow_dispatch]

env:
TEST_TAG: dtcenter/ccpp-scm:test
PR_NUMBER: ${{ github.event.number }}

jobs:
docker:
Expand All @@ -22,6 +23,7 @@ jobs:
file: docker/Dockerfile
load: true
tags: ${{ env.TEST_TAG }}
PR_NUMBER: ${PR_NUMBER}
- name: Test
run: |
mkdir $HOME/output
Expand Down
2 changes: 2 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ RUN ln -s /usr/bin/python3 /usr/bin/python
# f90nml can't be installed for debian that way
RUN pip install f90nml --break-system-packages

RUN echo "PR_NUMBER IS ${PR_NUMBER}"

#Compiler environment variables
ENV CC=/usr/bin/gcc
ENV FC=/usr/bin/gfortran
Expand Down

0 comments on commit 2a197a4

Please sign in to comment.