Skip to content

Commit

Permalink
[Singularity] Revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
fpjentzsch committed Aug 17, 2023
1 parent a3ff168 commit 093ebfd
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/singularity-quicktest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:
remove-dotnet: 'true'
- name: Checkout
uses: actions/checkout@v3
with:
path: finn
- name: Set up Docker
uses: docker/setup-buildx-action@v2
with:
Expand All @@ -40,7 +38,7 @@ jobs:
uses: docker/build-push-action@v4
with:
file: docker/Dockerfile.finn
context: finn
context: .
load: true
no-cache: true
tags: finn_docker_export:latest
Expand All @@ -60,13 +58,12 @@ jobs:
run: |
mkdir $PWD/singularity_tmp
export APPTAINER_TMPDIR=$PWD/singularity_tmp
singularity build finn/finn_singularity_image.sif docker-daemon://finn_docker_export:latest
singularity build finn_singularity_image.sif docker-daemon://finn_docker_export:latest
continue-on-error: true
- name: Check free space
run: df -h
- name: Run quicktest
run: |
cd finn
export APPTAINER_TMPDIR=$PWD/singularity_tmp
export FINN_SINGULARITY=finn_singularity_image.sif
./run-docker.sh quicktest
Expand Down

0 comments on commit 093ebfd

Please sign in to comment.