This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- D8CORE-2008: Removing the secondary skip link when the hamburger visible (#229) (45ee657) - D8CORE-2494 Add "Back to Top" button (#230) (ceb0563)
- Loading branch information
Showing
18 changed files
with
169 additions
and
16,255 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,46 @@ | ||
version: 2 | ||
# CircleCI integration with Drupal 8. | ||
|
||
## Defines images and working directory. | ||
defaults: &defaults | ||
docker: | ||
- image: pookmish/drupal8ci:pcov | ||
- image: selenium/standalone-chrome:3.141.59-neon | ||
- image: mariadb:10.3 | ||
environment: | ||
MYSQL_ALLOW_EMPTY_PASSWORD: 1 | ||
working_directory: /var/www/html | ||
|
||
#Jobs | ||
|
||
back_to_dev: &back_to_dev | ||
<<: *defaults | ||
steps: | ||
- checkout | ||
- run: | ||
name: Back to dev | ||
command: | | ||
composer global require SU-SWS/stanford-caravan:dev-8.x-1.x | ||
~/.composer/vendor/bin/sws-caravan back-to-dev ${CIRCLE_TAG} ${CIRCLE_WORKING_DIRECTORY} | ||
# Declare all of the jobs we should run. | ||
jobs: | ||
run-back-to-dev: | ||
<<: *back_to_dev | ||
|
||
# Declare a workflow that runs all of our jobs in parallel. | ||
workflows: | ||
version: 2 | ||
after_release: | ||
jobs: | ||
- run-back-to-dev: | ||
filters: | ||
tags: | ||
only: | ||
- /^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*).*?$/ | ||
branches: | ||
ignore: | ||
- /.*/ | ||
version: 2 | ||
# CircleCI integration with Drupal 8. | ||
|
||
## Defines images and working directory. | ||
defaults: &defaults | ||
docker: | ||
- image: pookmish/drupal8ci:latest | ||
- image: selenium/standalone-chrome:latest | ||
- image: circleci/mysql:5.7 | ||
environment: | ||
MYSQL_DATABASE: drupal | ||
MYSQL_USER: drupal | ||
MYSQL_PASSWORD: drupal | ||
MYSQL_ALLOW_EMPTY_PASSWORD: 1 | ||
working_directory: /var/www/html | ||
|
||
#Jobs | ||
|
||
back_to_dev: &back_to_dev | ||
<<: *defaults | ||
steps: | ||
- checkout | ||
- run: | ||
name: Back to dev | ||
command: | | ||
composer global require SU-SWS/stanford-caravan:dev-8.x-1.x | ||
~/.composer/vendor/bin/sws-caravan back-to-dev ${CIRCLE_TAG} ${CIRCLE_WORKING_DIRECTORY} | ||
# Declare all of the jobs we should run. | ||
jobs: | ||
run-back-to-dev: | ||
<<: *back_to_dev | ||
|
||
# Declare a workflow that runs all of our jobs in parallel. | ||
workflows: | ||
version: 2 | ||
after_release: | ||
jobs: | ||
- run-back-to-dev: | ||
filters: | ||
tags: | ||
only: | ||
- /^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*).*?$/ | ||
branches: | ||
ignore: | ||
- /.*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.