Skip to content

Commit

Permalink
Use HEAD commits fo GitHub files on CI Templates
Browse files Browse the repository at this point in the history
  • Loading branch information
theodorosploumis authored Oct 13, 2023
1 parent 1aa062c commit 15a69be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,12 @@ Back to [TOC](#contents)

## CI template examples

- [drush - circleci](https:/drush-ops/drush/blob/11.x/.circleci/config.yml)
- [drush - circleci](https:/drush-ops/drush/blob/HEAD/.circleci/config.yml)
- [drupal-composer/drupal-scaffold - .travis.yml](https:/drupal-composer/drupal-scaffold/blob/master/.travis.yml)
- [drupal core - phpcs.xml.dist](https:/drupal/core/blob/8.4.x/phpcs.xml.dist)
- [drupal core - phpcs.xml.dist](https:/drupal/core/blob/HEAD/phpcs.xml.dist)
- [DrupalCI: Drupal.org Testing Infrastructure](https://www.drupal.org/project/drupalci)
- [drupalcommerce/commerce - .travis.yml](https:/drupalcommerce/commerce/blob/8.x-2.x/.travis.yml)
- [drupalcommerce/commerce - phpcs.xml](https:/drupalcommerce/commerce/blob/8.x-2.x/phpcs.xml)
- [drupalcommerce/commerce - .travis.yml](https:/drupalcommerce/commerce/blob/HEAD/.travis.yml)
- [drupalcommerce/commerce - phpcs.xml](https:/drupalcommerce/commerce/blob/HEAD/phpcs.xml)
- [Jenkins and SonarQube Drupal CI and Static Code Analysis](https:/geerlingguy/drupalci-sonar-jenkins)
- [drupal_ti - Travis Integration for Drupal modules](https:/LionsAd/drupal_ti)

Expand Down

0 comments on commit 15a69be

Please sign in to comment.