Skip to content
Snippets Groups Projects
Verified Commit 1eb43eec authored by Sofiane Lasri's avatar Sofiane Lasri
Browse files

feat(ci): add echo statements in before_script and script sections of...

feat(ci): add echo statements in before_script and script sections of .gitlab-ci.yml for better visibility during CI process
parent bb75bd83
Branches
No related tags found
1 merge request!52Ajout de Laravel Octane
Pipeline #960 failed
......@@ -12,11 +12,13 @@ stages:
unit_test:
stage: test
before_script:
- echo "Before script"
- cd '/builds/SofianeLasri/rann-graphic-design-website'
- npm config set @awesome.me:registry https://npm.fontawesome.com/
- npm config set @fortawesome:registry https://npm.fontawesome.com/
- npm config set //npm.fontawesome.com/:_authToken $FONT_AWESOME_TOKEN
script:
- echo "Script"
- cp .env.testing .env
- composer install --prefer-dist --no-interaction
- php artisan key:generate
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment