https://github.com/previousnext/drupal-orb
A CircleCI Orb for common Drupal jobs and commands.
https://github.com/previousnext/drupal-orb
Last synced: about 1 year ago
JSON representation
A CircleCI Orb for common Drupal jobs and commands.
- Host: GitHub
- URL: https://github.com/previousnext/drupal-orb
- Owner: previousnext
- License: mit
- Created: 2021-02-24T04:52:41.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-11T11:57:00.000Z (over 1 year ago)
- Last Synced: 2025-03-28T10:52:12.450Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 7
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# drupal-orb
This orb provides standard jobs for PNX workflows. It assumes you have a Makefile with a number
of tasks defined. See each job for a description.
## Resources
[CircleCI Orb Registry Page](https://circleci.com/orbs/registry/orb/pnx/drupal) - The official registry page of this orb for all versions, executors, commands, and jobs described.
[CircleCI Orb Docs](https://circleci.com/docs/2.0/orb-intro/#section=configuration) - Docs for using and creating CircleCI Orbs.
## Known Issues
You may get this error when pushing a new PR,
```
The dev version of pnx/drupal@dev:alpha has expired. Dev versions of orbs are only valid for 90 days after publishing.
```
If you see this error, you need to publish a dev:alpha version manually. The fix is to run this:
```
circleci orb pack ./src | circleci orb validate -
circleci orb pack ./src | circleci orb publish - pnx/drupal@dev:alpha
```