Skip to content

Commit

Permalink
Attempt to fix CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianmiu committed Nov 19, 2023
1 parent d7648e7 commit b3c2bb4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -3,7 +3,6 @@
.buildpath
.project
build/
tests/fixitures/
vendor/
composer.lock
atlassian-ide-plugin.xml
Expand Down
1 change: 0 additions & 1 deletion src/Container/Local.php
Expand Up @@ -23,7 +23,6 @@ protected function normalizePath(string $path): string
protected function ensureDirectory(string $directory): bool
{
if ( ! is_dir($directory)) {
echo $directory, PHP_EOL;
mkdir($directory, 0755, true);
}

Expand Down
Binary file added tests/fixitures/container/sample_file.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b3c2bb4

Please sign in to comment.