Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Drupal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitLab CI/CD
Drupal
Commits
07d23711
Commit
07d23711
authored
2 years ago
by
jurgenhaas
Browse files
Options
Downloads
Patches
Plain Diff
Improve variable names
parent
f70f982b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
lakedrops.yml
+1
-1
1 addition, 1 deletion
lakedrops.yml
test-and-deploy.yml
+7
-3
7 additions, 3 deletions
test-and-deploy.yml
with
8 additions
and
4 deletions
lakedrops.yml
+
1
−
1
View file @
07d23711
...
...
@@ -7,7 +7,7 @@ variables:
DISABLE_CI_TEST_INVENTORY
:
1
DISABLE_CI_TEST_PHPUNIT
:
0
DISABLE_DEPLOYMENT
:
0
DISABLE_DEPLOYMENT_
REMOTE
:
0
DISABLE_DEPLOYMENT_
LOCAL
:
1
DISABLE_GITLAB_CI_TESTS
:
0
DISABLE_GITLAB_CI_TEST_CODE_QUALITY
:
1
DISABLE_GITLAB_CI_TEST_SAST_BANDIT
:
1
...
...
This diff is collapsed.
Click to expand it.
test-and-deploy.yml
+
7
−
3
View file @
07d23711
...
...
@@ -350,7 +350,9 @@ Debug:
rules
:
-
if
:
'
$DISABLE_DEPLOYMENT
!=
"0"'
when
:
never
-
if
:
'
$DISABLE_DEPLOYMENT_REMOTE
!=
"1"'
-
if
:
'
$DISABLE_DEPLOYMENT_LOCAL
!=
"1"'
when
:
never
-
when
:
always
dependencies
:
-
'
Build
Theme'
...
...
@@ -369,7 +371,9 @@ Debug:
rules
:
-
if
:
'
$DISABLE_DEPLOYMENT
!=
"0"'
when
:
never
-
if
:
'
$DISABLE_DEPLOYMENT_REMOTE
!=
"1"'
-
if
:
'
$DISABLE_DEPLOYMENT_LOCAL
!=
"1"'
when
:
never
-
when
:
always
dependencies
:
-
'
Build
Prod
Site'
-
'
Build
Theme'
...
...
@@ -392,7 +396,7 @@ Debug:
rules
:
-
if
:
'
$DISABLE_DEPLOYMENT
!=
"0"'
when
:
never
-
if
:
'
$DISABLE_DEPLOYMENT_
REMOTE
!=
"
0
"'
-
if
:
'
$DISABLE_DEPLOYMENT_
LOCAL
!=
"
1
"'
dependencies
:
-
'
Build
Prod
Site'
-
'
Build
Theme'
...
...
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