Skip to content

run-linux.sh: install -suid version of the apptainer package #64

run-linux.sh: install -suid version of the apptainer package

run-linux.sh: install -suid version of the apptainer package #64

Workflow file for this run

name: network-none
on: [push, pull_request]
jobs:
singularity:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cvmfs-contrib/github-action-cvmfs@v4
with:
cvmfs_repositories: 'singularity.opensciencegrid.org'
- uses: ./
with:
platform-release: "eic_xl:nightly"
network_types: "none"
run: |
if ping -c 1 8.8.8.8 ; then
false
else
true
fi