|
|
@ -6,7 +6,7 @@ before_script: |
|
|
|
- mkdir aauth_temp |
|
|
|
- mkdir aauth_temp |
|
|
|
- shopt -s extglob dotglob |
|
|
|
- shopt -s extglob dotglob |
|
|
|
- mv !(aauth_temp) aauth_temp |
|
|
|
- mv !(aauth_temp) aauth_temp |
|
|
|
- wh https://codeload.github.com/codeigniter4/CodeIgniter4/zip/v4.0.0-alpha.3 --output CI4.zip |
|
|
|
- curl https://codeload.github.com/codeigniter4/CodeIgniter4/zip/v4.0.0-alpha.3 --output CI4.zip |
|
|
|
- unzip CI4.zip |
|
|
|
- unzip CI4.zip |
|
|
|
- mv aauth_temp/* CodeIgniter4-4.0.0-alpha.3 |
|
|
|
- mv aauth_temp/* CodeIgniter4-4.0.0-alpha.3 |
|
|
|
- cd CodeIgniter4-4.0.0-alpha.3 |
|
|
|
- cd CodeIgniter4-4.0.0-alpha.3 |
|
|
|