Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
silta: silta/silta@dev:master
silta: silta/silta@dev:gitignore
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I removed this change in the release branch.


executors:
cicd73:
Expand Down
File renamed without changes.
2 changes: 2 additions & 0 deletions .dockerignore → silta/php.Dockerfile.dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ vendor/**/Tests
web/sites/**/files
web/.dockerignore
Dockerfile
silta/*.Dockerfile
silta/*.Dockerfile.dockerignore
composer.lock
silta/silta*.yml
charts
23 changes: 23 additions & 0 deletions silta/shell.Dockerfile.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Ignore file for the Drupal container.
**/*.md
**/CHANGELOG*
**/README*
**/LICENSE*
.circleci/*
phpcs.xml
**/*.sql
**/*.gz
**/*.zip
web/core/**/tests
web/modules/contrib/**/tests
vendor/**/Tests
**/node_modules
**/.git
web/sites/**/files
web/.dockerignore
Dockerfile
silta/*.Dockerfile
silta/*.Dockerfile.dockerignore
composer.lock
silta/silta*.yml
charts