Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
automatic_updates
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
automatic_updates
Merge requests
!1028
Issue
#3426229
test conversion with weak deprecations
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3426229
test conversion with weak deprecations
issue/automatic_updates-3426229:3426229-gitlabci-deprecations
into
3.0.x
Overview
1
Commits
14
Pipelines
17
Changes
1
1 unresolved thread
Hide all comments
Merged
Ted Bowman
requested to merge
issue/automatic_updates-3426229:3426229-gitlabci-deprecations
into
3.0.x
1 year ago
Overview
1
Commits
14
Pipelines
17
Changes
1
1 unresolved thread
Hide all comments
Expand
Closes
#3426229
0
0
Merge request reports
Viewing commit
2b2fce9d
Prev
Next
Show latest version
1 file
+
0
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
2b2fce9d
Don't unset SYMFONY_DEPRECATIONS_HELPER if we're using it
· 2b2fce9d
Adam G-H
authored
1 year ago
.gitlab-ci.yml
+
0
−
1
Options
@@ -240,7 +240,6 @@ phpunit (next major):
@@ -240,7 +240,6 @@ phpunit (next major):
# https://git.drupalcode.org/project/automatic_updates/-/jobs/723857#L209
# https://git.drupalcode.org/project/automatic_updates/-/jobs/723857#L209
# @todo Remove this bit as soon as possible.
# @todo Remove this bit as soon as possible.
before_script
:
before_script
:
-
unset SYMFONY_DEPRECATIONS_HELPER
-
echo '#!/bin/sh' > ./vendor/bin/drush
-
echo '#!/bin/sh' > ./vendor/bin/drush
-
echo 'exit 0' >> ./vendor/bin/drush
-
echo 'exit 0' >> ./vendor/bin/drush
-
chmod +x ./vendor/bin/drush
-
chmod +x ./vendor/bin/drush
Loading