fix pw command [travis skip]
authorMichael Wallner <mike@php.net>
Wed, 14 Oct 2020 11:49:15 +0000 (13:49 +0200)
committerMichael Wallner <mike@php.net>
Wed, 14 Oct 2020 11:49:15 +0000 (13:49 +0200)
.cirrus.yml

index 28369e0028043363cc0ca2c49b5367acfbfa00ac..29bdd5fda770ef726844ec589fd920fb4751e979 100644 (file)
@@ -38,7 +38,7 @@ task:
   prepare_script: |
     mkdir build
     chown nobody build
-    pw user mod -s /bin/sh -d $(pwd)/build nobody
+    pw user mod nobody -s /bin/sh -d $(pwd)/build
   configure_script: |
     sudo -E -u nobody CFLAGS="-O0 --coverage" CXXFLAGS="-O0 --coverage" cmake -S . -B build
   build_script: |