1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-22 21:40:43 +01:00

Fixing GitLab Pages build errors by being explicit about overrides

This commit is contained in:
Deltik 2019-03-29 17:43:47 -05:00
parent 6e5b84ee4c
commit 7cda595cae
No known key found for this signature in database
GPG Key ID: 1167C5F9C9897637

View File

@ -42,6 +42,8 @@ pages:
stage: deploy
dependencies:
- test:php7.3-mysql8.0
image: ruby:latest
before_script: []
script:
- mv ./tests/_output/ ./public/
when: always