Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gitlab_templates
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
gitlab_templates
Commits
340ecd43
Commit
340ecd43
authored
4 months ago
by
Jonathan Smith
Committed by
Fran Garcia-Linares
4 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3485285
by lavanyatalwar, jonathan1055, fjgarlin: Give better log infomation in Pages job
parent
b5b90842
No related branches found
No related tags found
1 merge request
!283
#3485285 Add page info to log
Pipeline
#335094
passed
4 months ago
Stage: test
Changes
1
Pipelines
5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
includes/include.drupalci.main.yml
+6
-2
6 additions, 2 deletions
includes/include.drupalci.main.yml
with
6 additions
and
2 deletions
includes/include.drupalci.main.yml
+
6
−
2
View file @
340ecd43
...
@@ -473,6 +473,7 @@ pages:
...
@@ -473,6 +473,7 @@ pages:
script
:
script
:
-
pip install mkdocs-material
-
pip install mkdocs-material
-
mkdocs build --site-dir public
-
mkdocs build --site-dir public
-
printf "$DIVIDER\n* The documentation will be published to the URL $CI_PAGES_URL in the 'pages:deploy' job.$DIVIDER\n"
artifacts
:
artifacts
:
paths
:
paths
:
-
public
-
public
...
@@ -1207,8 +1208,11 @@ environment check:
...
@@ -1207,8 +1208,11 @@ environment check:
-
if
:
$_CONFIG_DOCKERHUB_ROOT ==
null
-
if
:
$_CONFIG_DOCKERHUB_ROOT ==
null
script
:
script
:
-
|
-
|
DIVIDER="*********************************************************************************"
# The $DIVIDER variable will also be empty so we do not use it here.
printf "$DIVIDER\n* Critical variables are missing and the composer job will fail.\n* This can be caused by a 'variables:' line with no variables defined after it.\n$DIVIDER\n"
echo "*********************************************************************************"
echo "* Critical variables are missing and the composer job(s) will fail. *"
echo "* This can be caused by a 'variables:' line with no variables defined after it. *"
echo "*********************************************************************************"
exit 1
exit 1
################
################
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment