Commit 27ec1b00 authored by Administrator's avatar Administrator 💬

Avast! The treasure is ahead! 💎

parent 9f1ecb05
Pipeline #7 passed with stage
in 1 minute and 5 seconds
......@@ -23,13 +23,15 @@ build:
# - ls -la
# > the full project, including .git
# Install composer like a monkey (use own Dockerfile instead)
# Install composer like a monkey
- cd bin
- php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
- php -r "if (hash_file('sha384', 'composer-setup.php') === '48e3236262b34d30969dca3c37281b3b4bbe3221bda826ac6a9a62d6444cdb0dcd0615698a5cbe587c3f0fe57a54d8f5') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
- php composer-setup.php
- php -r "unlink('composer-setup.php');"
- cd ..
- composer install
# - php bin/composer.phar install
- rm -R user/pages
- git clone https://m3p2.ljbac.com/m3p2/courses.git user/pages
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment