Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
devmaster
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
devmaster
Commits
f6d8c3f5
Commit
f6d8c3f5
authored
5 years ago
by
Jon Pugh
Browse files
Options
Downloads
Patches
Plain Diff
Finishing squashing drupal.org devmaster 7.x-1.x branch commits back into the main repo.
parent
07e055b6
No related branches found
Branches containing commit
Tags
7.x-1.51-rc8
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/devshop-tests.sh
+0
-30
0 additions, 30 deletions
tests/devshop-tests.sh
with
0 additions
and
30 deletions
tests/devshop-tests.sh
deleted
100755 → 0
+
0
−
30
View file @
07e055b6
#!/bin/bash
set
-e
# Run remaining tasks from install process.
echo
">> Running remaining tasks: drush @hostmaster hosting-tasks --fork=0 --strict=0"
drush @hostmaster hosting-tasks
--fork
=
0
--strict
=
0
echo
">> Running remaining tasks: Complete!"
if
[[
$*
==
*
--upgrade
*
]]
;
then
echo
">> Triggering Upgrade: Running drush @hostmaster hostmaster-migrate
$HOSTNAME
$AEGIR_HOSTMASTER_ROOT_TARGET
-y"
# Force all tasks to appear as completed.'
drush @hostmaster sql-query
"UPDATE hosting_task SET task_status = 1;"
drush @hostmaster hostmaster-migrate
$HOSTNAME
$AEGIR_HOSTMASTER_ROOT_TARGET
-y
echo
">> Upgrade Complete."
fi
# Pause the task queue.
drush @hostmaster vset hosting_queued_paused 1
# Run the test suite.
/usr/share/devshop/bin/devshop devmaster:test
#drush @hostmaster provision-test --behat-folder-path=profiles/devmaster/tests --test-type=behat
# Unpause the task queue.
drush @hostmaster vset hosting_queued_paused 0
\ No newline at end of file
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