Skip to content

Commit

Permalink
Removing Unneeded Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanrath committed Aug 6, 2024
1 parent ee8408e commit 76e8017
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
7 changes: 4 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
command: dnf install -y php libzip-devel php-pear php-devel
- run:
name: Install MongoDB Pear module
command: yes '' | pecl install mongodb || true
command: yes '' | pecl install mongodb-1.19.3 || true
- run:
name: install the composer dependencies
command: composer install
Expand Down Expand Up @@ -72,8 +72,9 @@ jobs:
cp /etc/xdmod/portal_settings.ini ./configuration/portal_settings.ini
cp /etc/xdmod/organization.json ./configuration/organization.json
- run:
name: backup project directory for testing.
command: tar -cf ./xdmod.tar.gz *
name: Setup & Run QA Tests
command: |
./tests/ci/scripts/qa-test-setup.sh
- run:
name: Clear out command-line PHP errors generated by composer installs
command: >
Expand Down
3 changes: 0 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,3 @@ trim_trailing_whitespace = false

[*.yml]
indent_size = 2

[*.yaml]
indent_size = 2
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,7 @@
"secure-http": false,
"allow-plugins": {
"composer/installers": true,
"simplesamlphp/composer-module-installer": true,
"dealerdirect/phpcodesniffer-composer-installer": true
"simplesamlphp/composer-module-installer": true
}
},
"autoload": {
Expand Down

0 comments on commit 76e8017

Please sign in to comment.