Commit 7e84ed1e authored by Administrator's avatar Administrator 💬

…but also signs and encampments laid out by other explorers.

parent b5c92ed0
Pipeline #6 failed with stage
in 38 seconds
......@@ -22,6 +22,14 @@ build:
# > /builds/m3p2/grav-website
# - ls -la
# > the full project, including .git
# Install composer like a monkey (use own Dockerfile instead)
- 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');"
- composer 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