Maurits van der Schee před 5 roky
rodič
revize
dcb232d527
3 změnil soubory, kde provedl 6 přidání a 6 odebrání
  1. 2
    2
      docker/debian9/run.sh
  2. 2
    2
      docker/ubuntu16/run.sh
  3. 2
    2
      docker/ubuntu18/run.sh

+ 2
- 2
docker/debian9/run.sh Zobrazit soubor

44
 
44
 
45
 echo -n "[4/4] Cloning PHP-CRUD-API v2 ... "
45
 echo -n "[4/4] Cloning PHP-CRUD-API v2 ... "
46
 # install software
46
 # install software
47
-git clone --quiet https://github.com/mevdschee/php-crud-api2.git
47
+git clone --quiet https://github.com/mevdschee/php-crud-api.git
48
 echo "done"
48
 echo "done"
49
 
49
 
50
 echo "------------------------------------------------"
50
 echo "------------------------------------------------"
51
 
51
 
52
 # run the tests
52
 # run the tests
53
-cd php-crud-api2
53
+cd php-crud-api
54
 php test.php
54
 php test.php

+ 2
- 2
docker/ubuntu16/run.sh Zobrazit soubor

59
 
59
 
60
 echo -n "[4/4] Cloning PHP-CRUD-API v2 ... "
60
 echo -n "[4/4] Cloning PHP-CRUD-API v2 ... "
61
 # install software
61
 # install software
62
-git clone --quiet https://github.com/mevdschee/php-crud-api2.git
62
+git clone --quiet https://github.com/mevdschee/php-crud-api.git
63
 echo "done"
63
 echo "done"
64
 
64
 
65
 echo "------------------------------------------------"
65
 echo "------------------------------------------------"
66
 
66
 
67
 # run the tests
67
 # run the tests
68
-cd php-crud-api2
68
+cd php-crud-api
69
 php test.php
69
 php test.php

+ 2
- 2
docker/ubuntu18/run.sh Zobrazit soubor

46
 
46
 
47
 echo -n "[4/4] Cloning PHP-CRUD-API v2 ... "
47
 echo -n "[4/4] Cloning PHP-CRUD-API v2 ... "
48
 # install software
48
 # install software
49
-git clone --quiet https://github.com/mevdschee/php-crud-api2.git
49
+git clone --quiet https://github.com/mevdschee/php-crud-api.git
50
 echo "done"
50
 echo "done"
51
 
51
 
52
 echo "------------------------------------------------"
52
 echo "------------------------------------------------"
53
 
53
 
54
 # run the tests
54
 # run the tests
55
-cd php-crud-api2
55
+cd php-crud-api
56
 php test.php
56
 php test.php

Loading…
Zrušit
Uložit