Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
gh action: allow tuto-s4u to build on unstable, as I wish
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Fri, 21 Jan 2022 14:10:21 +0000 (15:10 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Fri, 21 Jan 2022 14:10:21 +0000 (15:10 +0100)
.github/workflows/docker-tuto-s4u.yml

index 18b3d27..aa769b8 100644 (file)
@@ -36,7 +36,7 @@ jobs:
 
       - name: build
         run: |
-          grep SIMGRID_VERSION_PATCH CMakeLists.txt| grep -q 'SIMGRID_VERSION_PATCH "0"' || (echo "Only run this action on stable source";exit 1)
+          grep SIMGRID_VERSION_PATCH CMakeLists.txt| grep -q 'SIMGRID_VERSION_PATCH "0"' || (echo "Only run this action on stable source";exit 1)
           cd tools/docker
           make tuto-s4u
           docker push simgrid/tuto-s4u